Integer |
UInt8Codec.decode(CodecContext context,
ByteBufferInputStream inputStream) |
int[] |
UInt8ArrayCodec.decode(CodecContext context,
ByteBufferInputStream inputStream) |
Integer[] |
UInt8ArrayCodec.WrapperCodec.decode(CodecContext context,
ByteBufferInputStream inputStream) |
Collection<Integer> |
UInt8ArrayCodec.CollectionCodec.decode(CodecContext context,
ByteBufferInputStream inputStream) |
BigInteger |
UInt64Codec.decode(CodecContext context,
ByteBufferInputStream inputStream) |
BigInteger[] |
UInt64ArrayCodec.decode(CodecContext context,
ByteBufferInputStream inputStream) |
Collection<BigInteger> |
UInt64ArrayCodec.CollectionCodec.decode(CodecContext context,
ByteBufferInputStream inputStream) |
Long |
UInt32Codec.decode(CodecContext context,
ByteBufferInputStream inputStream) |
long[] |
UInt32ArrayCodec.decode(CodecContext context,
ByteBufferInputStream inputStream) |
Long[] |
UInt32ArrayCodec.WrapperCodec.decode(CodecContext context,
ByteBufferInputStream inputStream) |
Collection<Long> |
UInt32ArrayCodec.CollectionCodec.decode(CodecContext context,
ByteBufferInputStream inputStream) |
Integer |
UInt16Codec.decode(CodecContext context,
ByteBufferInputStream inputStream) |
int[] |
UInt16ArrayCodec.decode(CodecContext context,
ByteBufferInputStream inputStream) |
Integer[] |
UInt16ArrayCodec.WrapperCodec.decode(CodecContext context,
ByteBufferInputStream inputStream) |
Collection<Integer> |
UInt16ArrayCodec.CollectionCodec.decode(CodecContext context,
ByteBufferInputStream inputStream) |
String |
StringCodec.decode(CodecContext context,
ByteBufferInputStream inputStream) |
StringBuffer |
StringCodec.StringBufferCodec.decode(CodecContext context,
ByteBufferInputStream inputStream) |
StringBuilder |
StringCodec.StringBuilderCodec.decode(CodecContext context,
ByteBufferInputStream inputStream) |
Short |
ShortCodec.decode(CodecContext context,
ByteBufferInputStream inputStream) |
short[] |
ShortArrayCodec.decode(CodecContext context,
ByteBufferInputStream inputStream) |
Short[] |
ShortArrayCodec.WrapperCodec.decode(CodecContext context,
ByteBufferInputStream inputStream) |
Collection<Short> |
ShortArrayCodec.CollectionCodec.decode(CodecContext context,
ByteBufferInputStream inputStream) |
Integer |
Int8Codec.decode(CodecContext context,
ByteBufferInputStream inputStream) |
int[] |
Int8ArrayCodec.decode(CodecContext context,
ByteBufferInputStream inputStream) |
Integer[] |
Int8ArrayCodec.WrapperCodec.decode(CodecContext context,
ByteBufferInputStream inputStream) |
Collection<Integer> |
Int8ArrayCodec.CollectionCodec.decode(CodecContext context,
ByteBufferInputStream inputStream) |
Long |
Int64Codec.decode(CodecContext context,
ByteBufferInputStream inputStream) |
long[] |
Int64ArrayCodec.decode(CodecContext context,
ByteBufferInputStream inputStream) |
Long[] |
Int64ArrayCodec.WrapperCodec.decode(CodecContext context,
ByteBufferInputStream inputStream) |
Collection<Long> |
Int64ArrayCodec.CollectionCodec.decode(CodecContext context,
ByteBufferInputStream inputStream) |
Integer |
Int32Codec.decode(CodecContext context,
ByteBufferInputStream inputStream) |
int[] |
Int32ArrayCodec.decode(CodecContext context,
ByteBufferInputStream inputStream) |
Integer[] |
Int32ArrayCodec.WrapperCodec.decode(CodecContext context,
ByteBufferInputStream inputStream) |
Collection<Integer> |
Int32ArrayCodec.CollectionCodec.decode(CodecContext context,
ByteBufferInputStream inputStream) |
Integer |
Int16Codec.decode(CodecContext context,
ByteBufferInputStream inputStream) |
int[] |
Int16ArrayCodec.decode(CodecContext context,
ByteBufferInputStream inputStream) |
Integer[] |
Int16ArrayCodec.WrapperCodec.decode(CodecContext context,
ByteBufferInputStream inputStream) |
Collection<Integer> |
Int16ArrayCodec.CollectionCodec.decode(CodecContext context,
ByteBufferInputStream inputStream) |
Float |
FloatCodec.decode(CodecContext context,
ByteBufferInputStream inputStream) |
float[] |
FloatArrayCodec.decode(CodecContext context,
ByteBufferInputStream inputStream) |
Float[] |
FloatArrayCodec.WrapperCodec.decode(CodecContext context,
ByteBufferInputStream inputStream) |
Collection<Float> |
FloatArrayCodec.CollectionCodec.decode(CodecContext context,
ByteBufferInputStream inputStream) |
T |
EnumCodec.decode(CodecContext context,
ByteBufferInputStream inputStream) |
Double |
DoubleCodec.decode(CodecContext context,
ByteBufferInputStream inputStream) |
double[] |
DoubleArrayCodec.decode(CodecContext context,
ByteBufferInputStream inputStream) |
Double[] |
DoubleArrayCodec.WrapperCodec.decode(CodecContext context,
ByteBufferInputStream inputStream) |
Collection<Double> |
DoubleArrayCodec.CollectionCodec.decode(CodecContext context,
ByteBufferInputStream inputStream) |
Date |
DateCodec.decode(CodecContext context,
ByteBufferInputStream inputStream) |
Timestamp |
DateCodec.TimestampCodec.decode(CodecContext context,
ByteBufferInputStream inputStream) |
Calendar |
DateCodec.CalendarCodec.decode(CodecContext context,
ByteBufferInputStream inputStream) |
java.time.Instant |
DateCodec.InstantCodec.decode(CodecContext context,
ByteBufferInputStream inputStream) |
java.time.LocalDateTime |
DateCodec.LocalDateTimeCodec.decode(CodecContext context,
ByteBufferInputStream inputStream) |
T |
Codec.decode(CodecContext context,
ByteBufferInputStream inputStream) |
Character |
CharCodec.decode(CodecContext context,
ByteBufferInputStream inputStream) |
char[] |
CharArrayCodec.decode(CodecContext context,
ByteBufferInputStream inputStream) |
Character[] |
CharArrayCodec.WrapperCodec.decode(CodecContext context,
ByteBufferInputStream inputStream) |
Collection<Character> |
CharArrayCodec.CollectionCodec.decode(CodecContext context,
ByteBufferInputStream inputStream) |
Byte |
ByteCodec.decode(CodecContext context,
ByteBufferInputStream inputStream) |
Boolean |
BoolCodec.decode(CodecContext context,
ByteBufferInputStream inputStream) |
boolean[] |
BoolArrayCodec.decode(CodecContext context,
ByteBufferInputStream inputStream) |
Boolean[] |
BoolArrayCodec.WrapperCodec.decode(CodecContext context,
ByteBufferInputStream inputStream) |
Collection<Boolean> |
BoolArrayCodec.CollectionCodec.decode(CodecContext context,
ByteBufferInputStream inputStream) |
byte[] |
BinaryCodec.decode(CodecContext context,
ByteBufferInputStream inputStream) |
Byte[] |
BinaryCodec.WrapperCodec.decode(CodecContext context,
ByteBufferInputStream inputStream) |
Collection<Byte> |
BinaryCodec.CollectionCodec.decode(CodecContext context,
ByteBufferInputStream inputStream) |
Character |
AsciiCodec.decode(CodecContext context,
ByteBufferInputStream inputStream) |
char[] |
AsciiArrayCodec.decode(CodecContext context,
ByteBufferInputStream inputStream) |
Character[] |
AsciiArrayCodec.WrapperCodec.decode(CodecContext context,
ByteBufferInputStream inputStream) |
Collection<Character> |
AsciiArrayCodec.CollectionCodec.decode(CodecContext context,
ByteBufferInputStream inputStream) |