Package | Description |
---|---|
com.univocity.parsers.common | |
com.univocity.parsers.common.input | |
com.univocity.parsers.csv | |
com.univocity.parsers.fixed | |
com.univocity.parsers.tsv |
Modifier and Type | Class | Description |
---|---|---|
class |
CommonParserSettings<F extends Format> |
This is the parent class for all configuration classes used by parsers (
AbstractParser ) |
class |
CommonSettings<F extends Format> |
This is the parent class for all configuration classes used by parsers (
AbstractParser ) and writers (AbstractWriter ) |
class |
CommonWriterSettings<F extends Format> |
This is the parent class for all configuration classes used by writers (
AbstractWriter ) |
Modifier and Type | Method | Description |
---|---|---|
protected Format |
Format.clone() |
Constructor | Description |
---|---|
WriterCharAppender(int maxLength,
java.lang.String emptyValue,
int whitespaceRangeStart,
Format format) |
Creates a WriterCharAppender with:
a maximum limit of characters to append
the default value to return when no characters have been accumulated.
the basic
Format specification for handling newlines
The padding character is defaulted to a whitespace character ' '. |
Modifier and Type | Class | Description |
---|---|---|
class |
CsvFormat |
The CSV format configuration.
|
Modifier and Type | Class | Description |
---|---|---|
class |
FixedWidthFormat |
The Fixed-Width format configuration.
|
Modifier and Type | Class | Description |
---|---|---|
class |
TsvFormat |
The TSV format configuration, for tab-separated inputs.
|