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