Modifier and Type | Constant Field | Value |
---|---|---|
public static final String |
FORMAT_NAME_CSV |
"CSV" |
Modifier and Type | Constant Field | Value |
---|---|---|
protected static final long |
MAX_INT_AS_LONG |
2147483647L |
protected static final long |
MIN_INT_AS_LONG |
-2147483648L |
Modifier and Type | Constant Field | Value |
---|---|---|
protected static final int |
STATE_DOC_END |
7 |
protected static final int |
STATE_DOC_START |
0 |
protected static final int |
STATE_IN_ARRAY |
5 |
protected static final int |
STATE_NAMED_VALUE |
3 |
protected static final int |
STATE_NEXT_ENTRY |
2 |
protected static final int |
STATE_RECORD_START |
1 |
protected static final int |
STATE_SKIP_EXTRA_COLUMNS |
6 |
protected static final int |
STATE_UNNAMED_VALUE |
4 |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final String |
DEFAULT_ARRAY_ELEMENT_SEPARATOR |
";" |
public static final char |
DEFAULT_COLUMN_SEPARATOR |
44 |
protected static final int |
DEFAULT_ENCODING_FEATURES |
0 |
public static final int |
DEFAULT_ESCAPE_CHAR |
-1 |
public static final char |
DEFAULT_QUOTE_CHAR |
34 |
public static final boolean |
DEFAULT_SKIP_FIRST_DATA_ROW |
false |
public static final boolean |
DEFAULT_USE_HEADER |
false |
protected static final int |
ENCODING_FEATURE_ALLOW_COMMENTS |
4 |
protected static final int |
ENCODING_FEATURE_REORDER_COLUMNS |
8 |
protected static final int |
ENCODING_FEATURE_SKIP_FIRST_DATA_ROW |
2 |
protected static final int |
ENCODING_FEATURE_STRICT_HEADERS |
16 |
protected static final int |
ENCODING_FEATURE_USE_HEADER |
1 |
public static final String |
NO_ARRAY_ELEMENT_SEPARATOR |
"" |
Modifier and Type | Constant Field | Value |
---|---|---|
protected static final char |
CHAR_NULL |
0 |
protected static final int |
INT_0 |
48 |
protected static final int |
INT_1 |
49 |
protected static final int |
INT_2 |
50 |
protected static final int |
INT_3 |
51 |
protected static final int |
INT_4 |
52 |
protected static final int |
INT_5 |
53 |
protected static final int |
INT_6 |
54 |
protected static final int |
INT_7 |
55 |
protected static final int |
INT_8 |
56 |
protected static final int |
INT_9 |
57 |
protected static final int |
INT_DECIMAL_POINT |
46 |
protected static final int |
INT_e |
101 |
protected static final int |
INT_E |
69 |
protected static final int |
INT_MINUS |
45 |
protected static final int |
INT_PLUS |
43 |
protected static final int |
NR_BIGDECIMAL |
16 |
protected static final int |
NR_BIGINT |
4 |
protected static final int |
NR_DOUBLE |
8 |
protected static final int |
NR_INT |
1 |
protected static final int |
NR_LONG |
2 |
protected static final int |
NR_UNKNOWN |
0 |
Modifier and Type | Constant Field | Value |
---|---|---|
protected static final int |
MAX_QUOTE_CHECK |
24 |
protected static final int |
SHORT_WRITE |
32 |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final String |
NASTY_SMALL_DOUBLE |
"2.2250738585072012e-308" |
Copyright © 2016 FasterXML. All rights reserved.