Uses of Class
io.datarouter.bytes.kvfile.blockformat.KvFileBlockFormats
Packages that use KvFileBlockFormats
Package
Description
-
Uses of KvFileBlockFormats in io.datarouter.bytes.kvfile.blockformat
Methods in io.datarouter.bytes.kvfile.blockformat that return KvFileBlockFormats -
Uses of KvFileBlockFormats in io.datarouter.bytes.kvfile.io
Methods in io.datarouter.bytes.kvfile.io that return KvFileBlockFormatsModifier and TypeMethodDescriptionKvFile.kvBlockFormats()Returns the value of thekvBlockFormatsrecord component.Constructors in io.datarouter.bytes.kvfile.io with parameters of type KvFileBlockFormatsModifierConstructorDescriptionKvFile(Blockfile<List<T>> blockfile, KvFileBlockFormats kvBlockFormats) Creates an instance of aKvFilerecord class. -
Uses of KvFileBlockFormats in io.datarouter.bytes.kvfile.io.header
Constructors in io.datarouter.bytes.kvfile.io.header with parameters of type KvFileBlockFormats -
Uses of KvFileBlockFormats in io.datarouter.bytes.kvfile.io.read
Methods in io.datarouter.bytes.kvfile.io.read that return KvFileBlockFormatsModifier and TypeMethodDescriptionKvFileMetadataReader.KvFileMetadataReaderConfig.blockFormats()Returns the value of theblockFormatsrecord component.Constructors in io.datarouter.bytes.kvfile.io.read with parameters of type KvFileBlockFormatsModifierConstructorDescriptionKvFileMetadataReaderConfig(BlockfileMetadataReader<List<T>> blockfileMetadataReader, KvFileBlockFormats blockFormats) Creates an instance of aKvFileMetadataReaderConfigrecord class.