| Package | Description |
|---|---|
| com.univocity.parsers.common | |
| com.univocity.parsers.common.routine | |
| com.univocity.parsers.csv | |
| com.univocity.parsers.fixed | |
| com.univocity.parsers.tsv |
| Modifier and Type | Class | Description |
|---|---|---|
class |
AbstractWriter<S extends CommonWriterSettings<?>> |
The AbstractWriter class provides a common ground for all writers in uniVocity-parsers.
|
| Modifier and Type | Method | Description |
|---|---|---|
protected CommonWriterSettings |
CommonWriterSettings.clone() |
|
protected CommonWriterSettings |
CommonWriterSettings.clone(boolean clearInputSpecificSettings) |
| Modifier and Type | Class | Description |
|---|---|---|
class |
AbstractRoutines<P extends CommonParserSettings<?>,W extends CommonWriterSettings<?>> |
Basic implementation of commonly used routines around parsing/writing of data that can be reused and extended
by parsers/writers of any supported format.
|
| Modifier and Type | Class | Description |
|---|---|---|
class |
CsvWriterSettings |
This is the configuration class used by the CSV writer (
CsvWriter) |
| Modifier and Type | Class | Description |
|---|---|---|
class |
FixedWidthWriterSettings |
This is the configuration class used by the Fixed-Width writer (
FixedWidthWriter) |
| Modifier and Type | Class | Description |
|---|---|---|
class |
TsvWriterSettings |
This is the configuration class used by the TSV writer (
TsvWriter) |