| 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 and Description |
|---|---|
class |
AbstractWriter<S extends CommonWriterSettings<?>>
The AbstractWriter class provides a common ground for all writers in univocity-parsers.
|
| Modifier and Type | Method and Description |
|---|---|
protected CommonWriterSettings |
CommonWriterSettings.clone() |
protected CommonWriterSettings |
CommonWriterSettings.clone(boolean clearInputSpecificSettings) |
| Modifier and Type | Class and 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 and Description |
|---|---|
class |
CsvWriterSettings
This is the configuration class used by the CSV writer (
CsvWriter) |
| Modifier and Type | Class and Description |
|---|---|
class |
FixedWidthWriterSettings
This is the configuration class used by the Fixed-Width writer (
FixedWidthWriter) |
| Modifier and Type | Class and Description |
|---|---|
class |
TsvWriterSettings
This is the configuration class used by the TSV writer (
TsvWriter) |
Copyright © 2019 Univocity Software Pty Ltd. All rights reserved.