@Immutable public final class CCSV extends Object
| Modifier and Type | Field and Description |
|---|---|
static char |
DEFAULT_ESCAPE_CHARACTER
The default escape character to use if none is supplied to the constructor.
|
static boolean |
DEFAULT_IGNORE_LEADING_WHITESPACE
The default leading whitespace behavior to use if none is supplied to the
constructor.
|
static boolean |
DEFAULT_IGNORE_QUOTATIONS
If the quote character is set to null then there is no quote character.
|
static boolean |
DEFAULT_KEEP_CR |
static char |
DEFAULT_QUOTE_CHARACTER
The default quote character to use if none is supplied to the constructor.
|
static char |
DEFAULT_SEPARATOR
The default separator to use if none is supplied to the constructor.
|
static int |
DEFAULT_SKIP_LINES
The default line to start reading.
|
static boolean |
DEFAULT_STRICT_QUOTES
The default strict quote behavior to use if none is supplied to the
constructor.
|
static boolean |
DEFAULT_VERIFY_READER |
static int |
INITIAL_STRING_SIZE
The average size of a line read by openCSV (used for setting the size of
StringBuilders).
|
static char |
NULL_CHARACTER
This is the "null" character - if a value is set to this then it is
ignored.
|
public static final char DEFAULT_SEPARATOR
public static final char DEFAULT_QUOTE_CHARACTER
public static final char DEFAULT_ESCAPE_CHARACTER
public static final boolean DEFAULT_STRICT_QUOTES
public static final boolean DEFAULT_IGNORE_LEADING_WHITESPACE
public static final boolean DEFAULT_IGNORE_QUOTATIONS
public static final int INITIAL_STRING_SIZE
public static final char NULL_CHARACTER
public static final boolean DEFAULT_KEEP_CR
public static final boolean DEFAULT_VERIFY_READER
public static final int DEFAULT_SKIP_LINES
Copyright © 2014–2020 Philip Helger. All rights reserved.