Uses of Interface
io.datarouter.bytes.kvfile.block.KvFileBlockCodec
Packages that use KvFileBlockCodec
-
Uses of KvFileBlockCodec in io.datarouter.bytes.kvfile.block
Classes in io.datarouter.bytes.kvfile.block that implement KvFileBlockCodecModifier and TypeClassDescriptionclassTranslates a List of user-provided items to a byte[]. -
Uses of KvFileBlockCodec in io.datarouter.bytes.kvfile.blockformat
Methods in io.datarouter.bytes.kvfile.blockformat that return KvFileBlockCodecModifier and TypeMethodDescriptionKvFileBlockFormat.newBlockCodec()Identity blockCodec for dealing directly with KvFileEntries<T> KvFileBlockCodec<T> KvFileBlockFormat.newBlockCodec(Codec<T, KvFileEntry> kvCodec) Methods in io.datarouter.bytes.kvfile.blockformat that return types with arguments of type KvFileBlockCodecModifier and TypeMethodDescriptionFunction<Codec<?, KvFileEntry>, KvFileBlockCodec<?>> KvFileBlockFormat.constructor()Returns the value of theconstructorrecord component.Constructor parameters in io.datarouter.bytes.kvfile.blockformat with type arguments of type KvFileBlockCodecModifierConstructorDescriptionKvFileBlockFormat(String encodedName, Function<Codec<?, KvFileEntry>, KvFileBlockCodec<?>> constructor) Creates an instance of aKvFileBlockFormatrecord class.