public static final class MessagePack.Code
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static byte |
ARRAY16 |
static byte |
ARRAY32 |
static byte |
BIN16 |
static byte |
BIN32 |
static byte |
BIN8 |
static byte |
EXT16 |
static byte |
EXT32 |
static byte |
EXT8 |
static byte |
FALSE |
static byte |
FIXARRAY_PREFIX |
static byte |
FIXEXT1 |
static byte |
FIXEXT16 |
static byte |
FIXEXT2 |
static byte |
FIXEXT4 |
static byte |
FIXEXT8 |
static byte |
FIXMAP_PREFIX |
static byte |
FIXSTR_PREFIX |
static byte |
FLOAT32 |
static byte |
FLOAT64 |
static byte |
INT16 |
static byte |
INT32 |
static byte |
INT64 |
static byte |
INT8 |
static byte |
MAP16 |
static byte |
MAP32 |
static byte |
NEGFIXINT_PREFIX |
static byte |
NEVER_USED |
static byte |
NIL |
static byte |
POSFIXINT_MASK |
static byte |
STR16 |
static byte |
STR32 |
static byte |
STR8 |
static byte |
TRUE |
static byte |
UINT16 |
static byte |
UINT32 |
static byte |
UINT64 |
static byte |
UINT8 |
Constructor and Description |
---|
Code() |
Modifier and Type | Method and Description |
---|---|
static boolean |
isFixedArray(byte b) |
static boolean |
isFixedMap(byte b) |
static boolean |
isFixedRaw(byte b) |
static boolean |
isFixInt(byte b) |
static boolean |
isFixStr(byte b) |
static boolean |
isNegFixInt(byte b) |
static boolean |
isPosFixInt(byte b) |
public static final byte POSFIXINT_MASK
public static final byte FIXMAP_PREFIX
public static final byte FIXARRAY_PREFIX
public static final byte FIXSTR_PREFIX
public static final byte NIL
public static final byte NEVER_USED
public static final byte FALSE
public static final byte TRUE
public static final byte BIN8
public static final byte BIN16
public static final byte BIN32
public static final byte EXT8
public static final byte EXT16
public static final byte EXT32
public static final byte FLOAT32
public static final byte FLOAT64
public static final byte UINT8
public static final byte UINT16
public static final byte UINT32
public static final byte UINT64
public static final byte INT8
public static final byte INT16
public static final byte INT32
public static final byte INT64
public static final byte FIXEXT1
public static final byte FIXEXT2
public static final byte FIXEXT4
public static final byte FIXEXT8
public static final byte FIXEXT16
public static final byte STR8
public static final byte STR16
public static final byte STR32
public static final byte ARRAY16
public static final byte ARRAY32
public static final byte MAP16
public static final byte MAP32
public static final byte NEGFIXINT_PREFIX
public static final boolean isFixInt(byte b)
public static final boolean isPosFixInt(byte b)
public static final boolean isNegFixInt(byte b)
public static final boolean isFixStr(byte b)
public static final boolean isFixedArray(byte b)
public static final boolean isFixedMap(byte b)
public static final boolean isFixedRaw(byte b)