| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final int |
MAX_ENCODED_LENGTH |
9 |
public static final int |
MAX_SINGLE_BYTE_ENCODED |
246 |
public static final int |
MAX_SINGLE_BYTE_VALUE |
119 |
public static final int |
MIN_SINGLE_BYTE_ENCODED |
9 |
public static final int |
MIN_SINGLE_BYTE_VALUE |
-118 |
public static final int |
NEGATIVE_ADJUST |
118 |
public static final int |
POSITIVE_ADJUST |
-120 |
public static final int |
ZERO_ADJUST |
127 |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final int |
DEFAULT_PAGE_SIZE |
100 |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final int |
BOOLEAN_SIZE |
1 |
public static final int |
BYTE_SIZE |
1 |
public static final int |
CHAR_SIZE |
2 |
public static final int |
DOUBLE_SIZE |
8 |
public static final int |
FLOAT_SIZE |
4 |
public static final int |
INT_SIZE |
4 |
public static final int |
LONG_SIZE |
8 |
public static final int |
SHORT_SIZE |
2 |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final int |
MAX_ENCODED_LENGTH |
5 |
public static final int |
MIN_MULTI_BYTE_VALUE |
251 |
Copyright © 2016. All rights reserved.