Uses of Class
io.datarouter.bytes.LengthAndValue
-
Uses of LengthAndValue in io.datarouter.bytes.binarydto.codec
Methods in io.datarouter.bytes.binarydto.codec that return LengthAndValue Modifier and Type Method Description LengthAndValue<T>BinaryDtoComparableCodec. decodeWithLength(byte[] bytes, int offset) -
Uses of LengthAndValue in io.datarouter.bytes.codec.array.bytearray
Methods in io.datarouter.bytes.codec.array.bytearray that return LengthAndValue Modifier and Type Method Description LengthAndValue<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 Modifier and Type Method Description LengthAndValue<ByteArrays>ByteArraysCodec. decode(byte[] bytes, int offset) -
Uses of LengthAndValue in io.datarouter.bytes.codec.stringcodec
Methods in io.datarouter.bytes.codec.stringcodec that return LengthAndValue Modifier and Type Method Description LengthAndValue<String>TerminatedStringCodec. decode(byte[] bytes)LengthAndValue<String>TerminatedStringCodec. decode(byte[] bytes, int offset)LengthAndValue<String>PrefixedStringCodec. decodeWithLength(byte[] bytes, int offset)