Uses of Class
io.datarouter.bytes.blockfile.read.BlockfileReader
Packages that use BlockfileReader
-
Uses of BlockfileReader in io.datarouter.bytes.blockfile.read
Methods in io.datarouter.bytes.blockfile.read that return BlockfileReader -
Uses of BlockfileReader in io.datarouter.bytes.kvfile.io.read
Methods in io.datarouter.bytes.kvfile.io.read that return BlockfileReaderModifier and TypeMethodDescriptionKvFileReader.KvFileReaderConfig.blockfileReader()Returns the value of theblockfileReaderrecord component.Constructors in io.datarouter.bytes.kvfile.io.read with parameters of type BlockfileReaderModifierConstructorDescriptionKvFileReaderConfig(BlockfileReader<List<T>> blockfileReader, KvFileMetadataReader<T> kvFileMetadataReader) Creates an instance of aKvFileReaderConfigrecord class.