Fields Summary |
---|
public String | mDelimitersDelimiters are characters that separate tokens. |
public boolean | mMultipleDelimsCountAsOneWhen multiple delimiters abut each other, are they all treated as
a single delimiter, or as multiples with implied empty tokens
between them? |
public char | mEscapeCharThe escape char, allowed to be anything, but typically should
be BACKSLASH. |
public String | mEscapableCharsCharacters which may be escaped over and above the standard ones. |
public boolean | mEmitInvalidEscapeSequencesLiterallyWhen an invalid escape sequence is encountered, either an exception
may be thrown, or the sequence may be emitted literally. |
public static final char | BACKSLASH |
public static final char | COMMA |
public static final char | DEFAULT_ESCAPE_CHAR |
public static final String | DEFAULT_DELIMITERS |