public interface EncodingCodes
Modifier and Type | Field and Description |
---|---|
static byte |
ARRAY32 |
static byte |
ARRAY8 |
static byte |
BOOLEAN |
static byte |
BOOLEAN_FALSE |
static byte |
BOOLEAN_TRUE |
static byte |
BYTE |
static byte |
CHAR |
static byte |
DECIMAL128 |
static byte |
DECIMAL32 |
static byte |
DECIMAL64 |
static byte |
DESCRIBED_TYPE_INDICATOR |
static byte |
DOUBLE |
static byte |
FLOAT |
static byte |
INT |
static byte |
LIST0 |
static byte |
LIST32 |
static byte |
LIST8 |
static byte |
LONG |
static byte |
MAP32 |
static byte |
MAP8 |
static byte |
NULL |
static byte |
SHORT |
static byte |
SMALLINT |
static byte |
SMALLLONG |
static byte |
SMALLUINT |
static byte |
SMALLULONG |
static byte |
STR32 |
static byte |
STR8 |
static byte |
SYM32 |
static byte |
SYM8 |
static byte |
TIMESTAMP |
static byte |
UBYTE |
static byte |
UINT |
static byte |
UINT0 |
static byte |
ULONG |
static byte |
ULONG0 |
static byte |
USHORT |
static byte |
UUID |
static byte |
VBIN32 |
static byte |
VBIN8 |
Modifier and Type | Method and Description |
---|---|
static java.lang.String |
toString(byte encoding) |
static final byte DESCRIBED_TYPE_INDICATOR
static final byte NULL
static final byte BOOLEAN
static final byte BOOLEAN_TRUE
static final byte BOOLEAN_FALSE
static final byte UBYTE
static final byte USHORT
static final byte UINT
static final byte SMALLUINT
static final byte UINT0
static final byte ULONG
static final byte SMALLULONG
static final byte ULONG0
static final byte BYTE
static final byte SHORT
static final byte INT
static final byte SMALLINT
static final byte LONG
static final byte SMALLLONG
static final byte FLOAT
static final byte DOUBLE
static final byte DECIMAL32
static final byte DECIMAL64
static final byte DECIMAL128
static final byte CHAR
static final byte TIMESTAMP
static final byte UUID
static final byte VBIN8
static final byte VBIN32
static final byte STR8
static final byte STR32
static final byte SYM8
static final byte SYM32
static final byte LIST0
static final byte LIST8
static final byte LIST32
static final byte MAP8
static final byte MAP32
static final byte ARRAY8
static final byte ARRAY32