Uses of Interface
io.datarouter.bytes.Codec
Packages that use Codec
Package
Description
-
Uses of Codec in io.datarouter.bytes
Classes in io.datarouter.bytes that implement CodecModifier and TypeClassDescriptionstatic classBuild a Codec from two Functions.static classSkips the inner codecs when provided values are null, directly returning null.Fields in io.datarouter.bytes declared as CodecMethods in io.datarouter.bytes that return Codec -
Uses of Codec in io.datarouter.bytes.codec.list.bytearraylist
Classes in io.datarouter.bytes.codec.list.bytearraylist that implement CodecModifier and TypeClassDescriptionclassVarInt size VarInt for the length of each array The concatenated arrays -
Uses of Codec in io.datarouter.bytes.kvfile
Fields in io.datarouter.bytes.kvfile declared as CodecConstructors in io.datarouter.bytes.kvfile with parameters of type CodecModifierConstructorDescriptionKvFileCodec(Codec<T, KvFileEntry> codec) KvFileCodec(Codec<T, KvFileEntry> codec, ByteLength blockSize)