Uses of Record Class
io.datarouter.bytes.kvfile.io.KvFile
Packages that use KvFile
Package
Description
-
Uses of KvFile in io.datarouter.bytes.kvfile.io
Methods in io.datarouter.bytes.kvfile.io that return KvFile -
Uses of KvFile in io.datarouter.bytes.kvfile.io.read
Constructors in io.datarouter.bytes.kvfile.io.read with parameters of type KvFileModifierConstructorDescriptionKvFileReaderBuilder(KvFile<T> kvFile, Codec<T, KvFileEntry> kvCodec, String pathAndFile, Optional<Long> optKnownFileLength) -
Uses of KvFile in io.datarouter.bytes.kvfile.io.write
Constructors in io.datarouter.bytes.kvfile.io.write with parameters of type KvFileModifierConstructorDescriptionKvFileWriterBuilder(KvFile<T> kvFile, Codec<T, KvFileEntry> kvCodec, String pathAndFile, KvFileBlockFormat kvBlockFormat)