Uses of Class
io.datarouter.bytes.LengthAndValue
Packages that use LengthAndValue
Package
Description
-
Uses of LengthAndValue in io.datarouter.bytes.codec.array.bytearray
Methods in io.datarouter.bytes.codec.array.bytearray that return LengthAndValueModifier and TypeMethodDescriptionLengthAndValue<byte[]>TerminatedByteArrayCodec.decode(byte[] bytes, int offset) -
Uses of LengthAndValue in io.datarouter.bytes.codec.list.bytearraylist
Methods in io.datarouter.bytes.codec.list.bytearraylist that return LengthAndValue -
Uses of LengthAndValue in io.datarouter.bytes.codec.stringcodec
Methods in io.datarouter.bytes.codec.stringcodec that return LengthAndValueModifier and TypeMethodDescriptionTerminatedStringCodec.decode(byte[] bytes) TerminatedStringCodec.decode(byte[] bytes, int offset) PrefixedStringCodec.decodeWithLength(byte[] bytes, int offset)