Package org.apache.commons.csv
Class Constants
- java.lang.Object
-
- org.apache.commons.csv.Constants
-
final class Constants extends java.lang.ObjectPrivate constants for this package.
-
-
Field Summary
Fields Modifier and Type Field Description (package private) static charBACKSLASH(package private) static charBACKSPACE(package private) static java.lang.StringCOMMA(package private) static charCOMMENTStarts a comment, the remainder of the line is the comment.(package private) static charCR(package private) static java.lang.StringCRLFRFC 4180 defines line breaks as CRLF.(package private) static java.lang.CharacterDOUBLE_QUOTE_CHAR(package private) static java.lang.StringEMPTY(package private) static java.lang.String[]EMPTY_STRING_ARRAY(package private) static charFF(package private) static charLF(package private) static java.lang.StringLINE_SEPARATORUnicode line separator.(package private) static java.lang.StringNEXT_LINEUnicode next line.(package private) static java.lang.StringPARAGRAPH_SEPARATORUnicode paragraph separator.(package private) static charPIPE(package private) static charRSASCII record separator.(package private) static charSP(package private) static java.lang.StringSQL_NULL_STRING(package private) static charTAB(package private) static intUNDEFINEDUndefined state for the lookahead char.(package private) static charUSASCII unit separator.
-
Constructor Summary
Constructors Modifier Constructor Description privateConstants()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
-
-