Package | Description |
---|---|
com.univocity.parsers.common | |
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 |
CommonWriterSettings<F extends Format> |
This is the parent class for all configuration classes used by writers (
AbstractWriter ) |
Modifier and Type | Method | Description |
---|---|---|
protected CommonSettings |
CommonSettings.clone() |
Clones this configuration object.
|
protected CommonSettings |
CommonSettings.clone(boolean clearInputSpecificSettings) |
Clones this configuration object to reuse user-provided settings.
|
Modifier and Type | Class | Description |
---|---|---|
class |
CsvParserSettings |
This is the configuration class used by the CSV parser (
CsvParser ) |
class |
CsvWriterSettings |
This is the configuration class used by the CSV writer (
CsvWriter ) |
Modifier and Type | Class | Description |
---|---|---|
class |
FixedWidthParserSettings |
This is the configuration class used by the Fixed-Width parser (
FixedWidthParser ) |
class |
FixedWidthWriterSettings |
This is the configuration class used by the Fixed-Width writer (
FixedWidthWriter ) |
Modifier and Type | Class | Description |
---|---|---|
class |
TsvParserSettings |
This is the configuration class used by the TSV parser (
TsvParser ) |
class |
TsvWriterSettings |
This is the configuration class used by the TSV writer (
TsvWriter ) |