| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final byte |
ARRAY16 |
-36 |
public static final byte |
ARRAY32 |
-35 |
public static final byte |
BIN16 |
-59 |
public static final byte |
BIN32 |
-58 |
public static final byte |
BIN8 |
-60 |
public static final byte |
EXT_TIMESTAMP |
-1 |
public static final byte |
EXT16 |
-56 |
public static final byte |
EXT32 |
-55 |
public static final byte |
EXT8 |
-57 |
public static final byte |
FALSE |
-62 |
public static final byte |
FIXARRAY_PREFIX |
-112 |
public static final byte |
FIXEXT1 |
-44 |
public static final byte |
FIXEXT16 |
-40 |
public static final byte |
FIXEXT2 |
-43 |
public static final byte |
FIXEXT4 |
-42 |
public static final byte |
FIXEXT8 |
-41 |
public static final byte |
FIXMAP_PREFIX |
-128 |
public static final byte |
FIXSTR_PREFIX |
-96 |
public static final byte |
FLOAT32 |
-54 |
public static final byte |
FLOAT64 |
-53 |
public static final byte |
INT16 |
-47 |
public static final byte |
INT32 |
-46 |
public static final byte |
INT64 |
-45 |
public static final byte |
INT8 |
-48 |
public static final byte |
MAP16 |
-34 |
public static final byte |
MAP32 |
-33 |
public static final byte |
NEGFIXINT_PREFIX |
-32 |
public static final byte |
NEVER_USED |
-63 |
public static final byte |
NIL |
-64 |
public static final byte |
POSFIXINT_MASK |
-128 |
public static final byte |
STR16 |
-38 |
public static final byte |
STR32 |
-37 |
public static final byte |
STR8 |
-39 |
public static final byte |
TRUE |
-61 |
public static final byte |
UINT16 |
-51 |
public static final byte |
UINT32 |
-50 |
public static final byte |
UINT64 |
-49 |
public static final byte |
UINT8 |
-52 |
| Modifier and Type | Constant Field | Value |
|---|---|---|
private static final long |
NANOS_PER_SECOND |
1000000000L |
private static final int |
UTF_8_MAX_CHAR_SIZE |
6 |
| Modifier and Type | Constant Field | Value |
|---|---|---|
private static final java.lang.String |
EMPTY_STRING |
"" |
| Modifier and Type | Constant Field | Value |
|---|---|---|
private static final java.lang.String |
BIGENDIAN_MESSAGE_BUFFER |
"org.msgpack.core.buffer.MessageBufferBE" |
private static final java.lang.String |
DEFAULT_MESSAGE_BUFFER |
"org.msgpack.core.buffer.MessageBuffer" |
private static final java.lang.String |
UNIVERSAL_MESSAGE_BUFFER |
"org.msgpack.core.buffer.MessageBufferU" |
| Modifier and Type | Constant Field | Value |
|---|---|---|
private static final long |
BYTE_MAX |
127L |
private static final long |
BYTE_MIN |
-128L |
private static final long |
INT_MAX |
2147483647L |
private static final long |
INT_MIN |
-2147483648L |
private static final long |
SHORT_MAX |
32767L |
private static final long |
SHORT_MIN |
-32768L |
| Modifier and Type | Constant Field | Value |
|---|---|---|
private static final long |
BYTE_MAX |
127L |
private static final long |
BYTE_MIN |
-128L |
private static final long |
INT_MAX |
2147483647L |
private static final long |
INT_MIN |
-2147483648L |
private static final long |
SHORT_MAX |
32767L |
private static final long |
SHORT_MIN |
-32768L |