Package org.ghotibeaun.json.util
Class ByteConstants
java.lang.Object
org.ghotibeaun.json.util.ByteConstants
public class ByteConstants extends Object
-
Field Summary
Fields Modifier and Type Field Description static byte
a
static byte
A
static byte
ACK
static byte
AMPERSAND
static byte
ASTERISK
static byte
AT
static byte
b
static byte
B
static byte
BACKSLASH
static byte
BEL
static byte
BS
static byte
c
static byte
C
static byte
CAN
static byte
COLON
static byte
COMMA
static byte
CR
static byte
d
static byte
D
static byte
DC1
static byte
DC2
static byte
DC3
static byte
DC4
static byte
DECIMAL
static byte
DLE
static byte
DOLLAR
static byte
e
static byte
E
static byte
EIGHT
static byte
EM
static byte
END_ARRAY
static byte
END_MAP
static byte
ENQ
static byte
EOT
static byte
EQUALS
static byte
ESC
static byte
ETB
static byte
ETX
static byte
EXCLAMATION
static byte
f
static byte
F
static byte
FF
static byte
FIVE
static byte
FOUR
static byte
FS
static byte
g
static byte
G
static byte
GREATERTHAN
static byte
GS
static byte
h
static byte
H
static byte
HASH
static byte
i
static byte
I
static byte
j
static byte
J
static byte
k
static byte
K
static byte
l
static byte
L
static byte
LEFT_SQUARE_BRACKET
static byte
LEFTPAREN
static byte
LESSTHAN
static byte
LF
static byte
m
static byte
M
static byte
MINUS
static byte
n
static byte
N
static byte
NAK
static byte
NINE
static byte
NULL
static byte
o
static byte
O
static byte
ONE
static byte
p
static byte
P
static byte
PERCENT
static byte
PLUS
static byte
q
static byte
Q
static byte
QUESTION
static byte
QUOTE
static byte
r
static byte
R
static byte
RIGHT_SQUARE_BRACKET
static byte
RIGHTPAREN
static byte
RS
static byte
s
static byte
S
static byte
SEMICOLON
static byte
SEVEN
static byte
SI
static byte
SINGLEQUOTE
static byte
SIX
static byte
SO
static byte
SOH
static byte
SOLIDUS
static byte
SPACE
static byte
START_ARRAY
static byte
START_MAP
static byte
STX
static byte
SUB
static byte
SYN
static byte
t
static byte
T
static byte
TAB
static byte
THREE
static byte
TWO
static byte
u
static byte
U
static byte
US
static byte
v
static byte
V
static byte
VT
static byte
w
static byte
W
static byte
x
static byte
X
static byte
y
static byte
Y
static byte
z
static byte
Z
static byte
ZERO
-
Method Summary
-
Field Details
-
NULL
public static final byte NULL- See Also:
- Constant Field Values
-
SOH
public static final byte SOH- See Also:
- Constant Field Values
-
STX
public static final byte STX- See Also:
- Constant Field Values
-
ETX
public static final byte ETX- See Also:
- Constant Field Values
-
EOT
public static final byte EOT- See Also:
- Constant Field Values
-
ENQ
public static final byte ENQ- See Also:
- Constant Field Values
-
ACK
public static final byte ACK- See Also:
- Constant Field Values
-
BEL
public static final byte BEL- See Also:
- Constant Field Values
-
BS
public static final byte BS- See Also:
- Constant Field Values
-
TAB
public static final byte TAB- See Also:
- Constant Field Values
-
LF
public static final byte LF- See Also:
- Constant Field Values
-
VT
public static final byte VT- See Also:
- Constant Field Values
-
FF
public static final byte FF- See Also:
- Constant Field Values
-
CR
public static final byte CR- See Also:
- Constant Field Values
-
SO
public static final byte SO- See Also:
- Constant Field Values
-
SI
public static final byte SI- See Also:
- Constant Field Values
-
DLE
public static final byte DLE- See Also:
- Constant Field Values
-
DC1
public static final byte DC1- See Also:
- Constant Field Values
-
DC2
public static final byte DC2- See Also:
- Constant Field Values
-
DC3
public static final byte DC3- See Also:
- Constant Field Values
-
DC4
public static final byte DC4- See Also:
- Constant Field Values
-
NAK
public static final byte NAK- See Also:
- Constant Field Values
-
SYN
public static final byte SYN- See Also:
- Constant Field Values
-
ETB
public static final byte ETB- See Also:
- Constant Field Values
-
CAN
public static final byte CAN- See Also:
- Constant Field Values
-
EM
public static final byte EM- See Also:
- Constant Field Values
-
SUB
public static final byte SUB- See Also:
- Constant Field Values
-
ESC
public static final byte ESC- See Also:
- Constant Field Values
-
FS
public static final byte FS- See Also:
- Constant Field Values
-
GS
public static final byte GS- See Also:
- Constant Field Values
-
RS
public static final byte RS- See Also:
- Constant Field Values
-
US
public static final byte US- See Also:
- Constant Field Values
-
SPACE
public static final byte SPACE- See Also:
- Constant Field Values
-
EXCLAMATION
public static final byte EXCLAMATION- See Also:
- Constant Field Values
-
QUOTE
public static final byte QUOTE- See Also:
- Constant Field Values
-
HASH
public static final byte HASH- See Also:
- Constant Field Values
-
DOLLAR
public static final byte DOLLAR- See Also:
- Constant Field Values
-
PERCENT
public static final byte PERCENT- See Also:
- Constant Field Values
-
AMPERSAND
public static final byte AMPERSAND- See Also:
- Constant Field Values
-
SINGLEQUOTE
public static final byte SINGLEQUOTE- See Also:
- Constant Field Values
-
LEFTPAREN
public static final byte LEFTPAREN- See Also:
- Constant Field Values
-
RIGHTPAREN
public static final byte RIGHTPAREN- See Also:
- Constant Field Values
-
ASTERISK
public static final byte ASTERISK- See Also:
- Constant Field Values
-
PLUS
public static final byte PLUS- See Also:
- Constant Field Values
-
COMMA
public static final byte COMMA- See Also:
- Constant Field Values
-
MINUS
public static final byte MINUS- See Also:
- Constant Field Values
-
DECIMAL
public static final byte DECIMAL- See Also:
- Constant Field Values
-
SOLIDUS
public static final byte SOLIDUS- See Also:
- Constant Field Values
-
ZERO
public static final byte ZERO- See Also:
- Constant Field Values
-
ONE
public static final byte ONE- See Also:
- Constant Field Values
-
TWO
public static final byte TWO- See Also:
- Constant Field Values
-
THREE
public static final byte THREE- See Also:
- Constant Field Values
-
FOUR
public static final byte FOUR- See Also:
- Constant Field Values
-
FIVE
public static final byte FIVE- See Also:
- Constant Field Values
-
SIX
public static final byte SIX- See Also:
- Constant Field Values
-
SEVEN
public static final byte SEVEN- See Also:
- Constant Field Values
-
EIGHT
public static final byte EIGHT- See Also:
- Constant Field Values
-
NINE
public static final byte NINE- See Also:
- Constant Field Values
-
COLON
public static final byte COLON- See Also:
- Constant Field Values
-
SEMICOLON
public static final byte SEMICOLON- See Also:
- Constant Field Values
-
LESSTHAN
public static final byte LESSTHAN- See Also:
- Constant Field Values
-
EQUALS
public static final byte EQUALS- See Also:
- Constant Field Values
-
GREATERTHAN
public static final byte GREATERTHAN- See Also:
- Constant Field Values
-
QUESTION
public static final byte QUESTION- See Also:
- Constant Field Values
-
AT
public static final byte AT- See Also:
- Constant Field Values
-
A
public static final byte A- See Also:
- Constant Field Values
-
B
public static final byte B- See Also:
- Constant Field Values
-
C
public static final byte C- See Also:
- Constant Field Values
-
D
public static final byte D- See Also:
- Constant Field Values
-
E
public static final byte E- See Also:
- Constant Field Values
-
F
public static final byte F- See Also:
- Constant Field Values
-
G
public static final byte G- See Also:
- Constant Field Values
-
H
public static final byte H- See Also:
- Constant Field Values
-
I
public static final byte I- See Also:
- Constant Field Values
-
J
public static final byte J- See Also:
- Constant Field Values
-
K
public static final byte K- See Also:
- Constant Field Values
-
L
public static final byte L- See Also:
- Constant Field Values
-
M
public static final byte M- See Also:
- Constant Field Values
-
N
public static final byte N- See Also:
- Constant Field Values
-
O
public static final byte O- See Also:
- Constant Field Values
-
P
public static final byte P- See Also:
- Constant Field Values
-
Q
public static final byte Q- See Also:
- Constant Field Values
-
R
public static final byte R- See Also:
- Constant Field Values
-
S
public static final byte S- See Also:
- Constant Field Values
-
T
public static final byte T- See Also:
- Constant Field Values
-
U
public static final byte U- See Also:
- Constant Field Values
-
V
public static final byte V- See Also:
- Constant Field Values
-
W
public static final byte W- See Also:
- Constant Field Values
-
X
public static final byte X- See Also:
- Constant Field Values
-
Y
public static final byte Y- See Also:
- Constant Field Values
-
Z
public static final byte Z- See Also:
- Constant Field Values
-
LEFT_SQUARE_BRACKET
public static final byte LEFT_SQUARE_BRACKET- See Also:
- Constant Field Values
-
BACKSLASH
public static final byte BACKSLASH- See Also:
- Constant Field Values
-
RIGHT_SQUARE_BRACKET
public static final byte RIGHT_SQUARE_BRACKET- See Also:
- Constant Field Values
-
a
public static final byte a- See Also:
- Constant Field Values
-
b
public static final byte b- See Also:
- Constant Field Values
-
c
public static final byte c- See Also:
- Constant Field Values
-
d
public static final byte d- See Also:
- Constant Field Values
-
e
public static final byte e- See Also:
- Constant Field Values
-
f
public static final byte f- See Also:
- Constant Field Values
-
g
public static final byte g- See Also:
- Constant Field Values
-
h
public static final byte h- See Also:
- Constant Field Values
-
i
public static final byte i- See Also:
- Constant Field Values
-
j
public static final byte j- See Also:
- Constant Field Values
-
k
public static final byte k- See Also:
- Constant Field Values
-
l
public static final byte l- See Also:
- Constant Field Values
-
m
public static final byte m- See Also:
- Constant Field Values
-
n
public static final byte n- See Also:
- Constant Field Values
-
o
public static final byte o- See Also:
- Constant Field Values
-
p
public static final byte p- See Also:
- Constant Field Values
-
q
public static final byte q- See Also:
- Constant Field Values
-
r
public static final byte r- See Also:
- Constant Field Values
-
s
public static final byte s- See Also:
- Constant Field Values
-
t
public static final byte t- See Also:
- Constant Field Values
-
u
public static final byte u- See Also:
- Constant Field Values
-
v
public static final byte v- See Also:
- Constant Field Values
-
w
public static final byte w- See Also:
- Constant Field Values
-
x
public static final byte x- See Also:
- Constant Field Values
-
y
public static final byte y- See Also:
- Constant Field Values
-
z
public static final byte z- See Also:
- Constant Field Values
-
START_MAP
public static final byte START_MAP- See Also:
- Constant Field Values
-
END_MAP
public static final byte END_MAP- See Also:
- Constant Field Values
-
START_ARRAY
public static final byte START_ARRAY- See Also:
- Constant Field Values
-
END_ARRAY
public static final byte END_ARRAY- See Also:
- Constant Field Values
-