public interface Constants
| Modifier and Type | Field and Description |
|---|---|
static byte |
AMP |
static byte |
ASTERISK |
static byte |
BYTE_0 |
static byte |
COL |
static byte |
CR |
static byte[] |
CR_ |
static byte[] |
CR_LF |
static byte[] |
CR_LF_CR_LF |
static Object[] |
EMPTY_ARRAY |
static String[] |
EMPTY_STRING_ARRAY |
static byte |
EQ |
static boolean |
F |
static byte |
LF |
static byte[] |
LF_ |
static byte[] |
LF_LF |
static int |
NOT_FOUND |
static byte |
SEMI_COL |
static String |
SEPARATOR_LINE |
static byte |
SPACE |
static byte[] |
SPACE_ |
static boolean |
T |
static Charset |
UTF_8 |
static final Object[] EMPTY_ARRAY
static final String[] EMPTY_STRING_ARRAY
static final Charset UTF_8
static final int NOT_FOUND
static final boolean T
static final boolean F
static final byte BYTE_0
static final byte SPACE
static final byte CR
static final byte LF
static final byte[] CR_LF_CR_LF
static final byte[] CR_LF
static final byte[] LF_LF
static final byte[] SPACE_
static final byte[] CR_
static final byte[] LF_
static final byte ASTERISK
static final byte EQ
static final byte AMP
static final byte COL
static final byte SEMI_COL
static final String SEPARATOR_LINE
Copyright © 2014–2015 Nikolche Mihajlovski and contributors. All rights reserved.