Constant Field Values
Contents
de.siegmar.*
-
de.siegmar.fastcsv.reader.de.siegmar.fastcsv.reader.AbstractCsvCallbackHandler Modifier and Type Constant Field Value private static final int
INITIAL_FIELDS_SIZE
32
-
de.siegmar.fastcsv.reader.de.siegmar.fastcsv.reader.BomUtil Modifier and Type Constant Field Value static final int
POTENTIAL_BOM_SIZE
4
-
de.siegmar.fastcsv.reader.CsvIndex Modifier and Type Constant Field Value private static final long
serialVersionUID
1L
-
de.siegmar.fastcsv.reader.de.siegmar.fastcsv.reader.CsvIndex.CsvPage Modifier and Type Constant Field Value private static final long
serialVersionUID
1L
-
de.siegmar.fastcsv.reader.CsvParseException Modifier and Type Constant Field Value private static final long
serialVersionUID
1L
-
de.siegmar.fastcsv.reader.de.siegmar.fastcsv.reader.CsvParser Modifier and Type Constant Field Value private static final int
STATUS_COMMENTED_RECORD
16
private static final int
STATUS_DATA_FIELD
1
private static final int
STATUS_LAST_CHAR_WAS_CR
32
private static final int
STATUS_NEW_FIELD
8
private static final int
STATUS_QUOTED_FIELD
2
private static final int
STATUS_QUOTED_MODE
4
private static final int
STATUS_RESET
0
-
de.siegmar.fastcsv.reader.de.siegmar.fastcsv.reader.CsvParser.CsvBuffer Modifier and Type Constant Field Value private static final int
BUFFER_SIZE
8192
private static final int
READ_SIZE
8192
-
de.siegmar.fastcsv.reader.IndexedCsvReader.IndexedCsvReaderBuilder Modifier and Type Constant Field Value private static final int
DEFAULT_PAGE_SIZE
100
private static final int
MAX_BASE_ASCII
127
private static final int
MIN_PAGE_SIZE
1
-
de.siegmar.fastcsv.util.Util Modifier and Type Constant Field Value public static final char
CR
13
public static final char
LF
10
-
de.siegmar.fastcsv.writer.CsvWriter.CsvWriterBuilder Modifier and Type Constant Field Value private static final int
DEFAULT_BUFFER_SIZE
8192