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>BinaryDtoCodec. decodeWithLength(byte[] bytes)LengthAndValue<T>BinaryDtoCodec. decodeWithLength(byte[] bytes, int offset) -
Uses of LengthAndValue in io.datarouter.bytes.binarydto.dto
Methods in io.datarouter.bytes.binarydto.dto that return LengthAndValue Modifier and Type Method Description LengthAndValue<Object>BinaryDtoField.BinaryDtoInvalidCodec. decodeWithLength(byte[] bytes, int offset) -
Uses of LengthAndValue in io.datarouter.bytes.binarydto.fieldcodec
Methods in io.datarouter.bytes.binarydto.fieldcodec that return LengthAndValue Modifier and Type Method Description abstract LengthAndValue<T>BinaryDtoBaseFieldCodec. decodeWithLength(byte[] bytes, int offset)LengthAndValue<R>BinaryDtoConvertingFieldCodec. decodeWithLength(byte[] bytes, int offset) -
Uses of LengthAndValue in io.datarouter.bytes.binarydto.fieldcodec.array
Methods in io.datarouter.bytes.binarydto.fieldcodec.array that return LengthAndValue Modifier and Type Method Description LengthAndValue<boolean[]>BooleanArrayBinaryDtoFieldCodec. decodeWithLength(byte[] bytes, int offset)LengthAndValue<byte[]>ByteArrayBinaryDtoFieldCodec. decodeWithLength(byte[] bytes, int offset)LengthAndValue<char[]>CharArrayBinaryDtoFieldCodec. decodeWithLength(byte[] bytes, int offset)LengthAndValue<double[]>DoubleArrayBinaryDtoFieldCodec. decodeWithLength(byte[] bytes, int offset)LengthAndValue<float[]>FloatArrayBinaryDtoFieldCodec. decodeWithLength(byte[] bytes, int offset)LengthAndValue<int[]>IntArrayBinaryDtoFieldCodec. decodeWithLength(byte[] bytes, int offset)LengthAndValue<long[]>LongArrayBinaryDtoFieldCodec. decodeWithLength(byte[] bytes, int offset)LengthAndValue<short[]>ShortArrayBinaryDtoFieldCodec. decodeWithLength(byte[] bytes, int offset) -
Uses of LengthAndValue in io.datarouter.bytes.binarydto.fieldcodec.other
Methods in io.datarouter.bytes.binarydto.fieldcodec.other that return LengthAndValue Modifier and Type Method Description LengthAndValue<E>EnumBinaryDtoFieldCodec. decodeWithLength(byte[] bytes, int offset)LengthAndValue<List<T>>ListBinaryDtoFieldCodec. decodeWithLength(byte[] bytes, int offset)LengthAndValue<T>NestedBinaryDtoFieldCodec. decodeWithLength(byte[] bytes, int offset)LengthAndValue<T[]>ObjectArrayBinaryDtoFieldCodec. decodeWithLength(byte[] bytes, int offset) -
Uses of LengthAndValue in io.datarouter.bytes.binarydto.fieldcodec.primitive
Methods in io.datarouter.bytes.binarydto.fieldcodec.primitive that return LengthAndValue Modifier and Type Method Description LengthAndValue<Boolean>BooleanBinaryDtoFieldCodec. decodeWithLength(byte[] bytes, int offset)LengthAndValue<Byte>ByteBinaryDtoFieldCodec. decodeWithLength(byte[] bytes, int offset)LengthAndValue<Character>CharBinaryDtoFieldCodec. decodeWithLength(byte[] bytes, int offset)LengthAndValue<Double>DoubleBinaryDtoFieldCodec. decodeWithLength(byte[] bytes, int offset)LengthAndValue<Float>FloatBinaryDtoFieldCodec. decodeWithLength(byte[] bytes, int offset)LengthAndValue<Integer>IntBinaryDtoFieldCodec. decodeWithLength(byte[] bytes, int offset)LengthAndValue<Long>LongBinaryDtoFieldCodec. decodeWithLength(byte[] bytes, int offset)LengthAndValue<Short>ShortBinaryDtoFieldCodec. decodeWithLength(byte[] bytes, int offset)LengthAndValue<Integer>VarIntBinaryDtoFieldCodec. decodeWithLength(byte[] bytes, int offset) -
Uses of LengthAndValue in io.datarouter.bytes.binarydto.fieldcodec.string
Methods in io.datarouter.bytes.binarydto.fieldcodec.string that return LengthAndValue Modifier and Type Method Description LengthAndValue<String>PrefixedUtf8BinaryDtoFieldCodec. decodeWithLength(byte[] bytes, int offset)LengthAndValue<String>TerminatedUtf8BinaryDtoFieldCodec. decodeWithLength(byte[] bytes, int offset) -
Uses of LengthAndValue in io.datarouter.bytes.binarydto.fieldcodec.time
Methods in io.datarouter.bytes.binarydto.fieldcodec.time that return LengthAndValue Modifier and Type Method Description LengthAndValue<Instant>InstantBinaryDtoFieldCodec. decodeWithLength(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)