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 and 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 | Class and Description |
---|---|
(package private) class |
DummyFormat
A concrete (dummy) implementation of
Format . |
Modifier and Type | Field and Description |
---|---|
private F |
CommonSettings.format |
Modifier and Type | Method and Description |
---|---|
protected Format |
Format.clone() |
Constructor and 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 and Description |
---|---|
class |
CsvFormat
The CSV format configuration.
|
Modifier and Type | Class and Description |
---|---|
class |
FixedWidthFormat
The Fixed-Width format configuration.
|
Modifier and Type | Class and Description |
---|---|
class |
TsvFormat
The TSV format configuration, for tab-separated inputs.
|