Modifier and Type | Field and Description |
---|---|
protected Character |
columnSeparator
The value of the column separator that is used by the program.
|
protected static Character |
DEFAULT_COLUMN_SEPARATOR
The default value for the column separator.
|
protected static String |
DEFAULT_FIELD_DELIMITER
The default value for the field delimiter.
|
protected static String |
DEFAULT_ROW_SEPARATOR
The default value for the row separator.
|
protected String |
fieldDelimiter
The value of the field delimiter that is used by the program.
|
protected Object |
lockObject
This is the lock-object for this class.
|
protected String |
rowSeparator
The value of the row separator that is used by the program.
|
Constructor and Description |
---|
CsvBase() |
protected static final Character DEFAULT_COLUMN_SEPARATOR
protected static final String DEFAULT_ROW_SEPARATOR
protected static final String DEFAULT_FIELD_DELIMITER
protected Object lockObject
protected Character columnSeparator
protected String fieldDelimiter
protected String rowSeparator
Copyright © 2016 Unterrainer Informatik OG. All rights reserved.