Package org.apache.commons.csv
Class Constants
- java.lang.Object
-
- org.apache.commons.csv.Constants
-
final class Constants extends java.lang.Object
Private constants to this package.
-
-
Field Summary
Fields Modifier and Type Field Description (package private) static char
BACKSLASH
(package private) static char
BACKSPACE
(package private) static java.lang.String
COMMA
(package private) static char
COMMENT
Starts a comment, the remainder of the line is the comment.(package private) static char
CR
(package private) static java.lang.String
CRLF
RFC 4180 defines line breaks as CRLF(package private) static java.lang.Character
DOUBLE_QUOTE_CHAR
(package private) static java.lang.String
EMPTY
(package private) static java.lang.String[]
EMPTY_STRING_ARRAY
(package private) static char
FF
(package private) static char
LF
(package private) static java.lang.String
LINE_SEPARATOR
Unicode line separator.(package private) static java.lang.String
NEXT_LINE
Unicode next line.(package private) static java.lang.String
PARAGRAPH_SEPARATOR
Unicode paragraph separator.(package private) static char
PIPE
(package private) static char
RS
ASCII record separator(package private) static char
SP
(package private) static java.lang.String
SQL_NULL_STRING
(package private) static char
TAB
(package private) static int
UNDEFINED
Undefined state for the lookahead char(package private) static char
US
ASCII unit separator
-
Constructor Summary
Constructors Modifier Constructor Description private
Constants()
No instances.
-
-
-
Field Detail
-
BACKSLASH
static final char BACKSLASH
- See Also:
- Constant Field Values
-
BACKSPACE
static final char BACKSPACE
- See Also:
- Constant Field Values
-
COMMA
static final java.lang.String COMMA
- See Also:
- Constant Field Values
-
COMMENT
static final char COMMENT
Starts a comment, the remainder of the line is the comment.- See Also:
- Constant Field Values
-
CR
static final char CR
- See Also:
- Constant Field Values
-
CRLF
static final java.lang.String CRLF
RFC 4180 defines line breaks as CRLF- See Also:
- Constant Field Values
-
DOUBLE_QUOTE_CHAR
static final java.lang.Character DOUBLE_QUOTE_CHAR
-
EMPTY
static final java.lang.String EMPTY
- See Also:
- Constant Field Values
-
EMPTY_STRING_ARRAY
static final java.lang.String[] EMPTY_STRING_ARRAY
-
FF
static final char FF
- See Also:
- Constant Field Values
-
LF
static final char LF
- See Also:
- Constant Field Values
-
LINE_SEPARATOR
static final java.lang.String LINE_SEPARATOR
Unicode line separator.- See Also:
- Constant Field Values
-
NEXT_LINE
static final java.lang.String NEXT_LINE
Unicode next line.- See Also:
- Constant Field Values
-
PARAGRAPH_SEPARATOR
static final java.lang.String PARAGRAPH_SEPARATOR
Unicode paragraph separator.- See Also:
- Constant Field Values
-
PIPE
static final char PIPE
- See Also:
- Constant Field Values
-
RS
static final char RS
ASCII record separator- See Also:
- Constant Field Values
-
SP
static final char SP
- See Also:
- Constant Field Values
-
SQL_NULL_STRING
static final java.lang.String SQL_NULL_STRING
- See Also:
- Constant Field Values
-
TAB
static final char TAB
- See Also:
- Constant Field Values
-
UNDEFINED
static final int UNDEFINED
Undefined state for the lookahead char- See Also:
- Constant Field Values
-
US
static final char US
ASCII unit separator- See Also:
- Constant Field Values
-
-