| 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 |
AbstractParser<T extends CommonParserSettings<?>> |
The AbstractParser class provides a common ground for all parsers in uniVocity-parsers.
|
| Modifier and Type | Field | Description |
|---|---|---|
protected T |
AbstractParser.settings |
|
protected CommonParserSettings<?> |
ParserOutput.settings |
| Modifier and Type | Method | Description |
|---|---|---|
protected CommonParserSettings |
CommonParserSettings.clone() |
|
protected CommonParserSettings |
CommonParserSettings.clone(boolean clearInputSpecificSettings) |
| Constructor | Description |
|---|---|
ParserOutput(AbstractParser<?> parser,
CommonParserSettings<?> settings) |
Initializes the ParserOutput with the configuration specified in
CommonParserSettings |
ParserOutput(CommonParserSettings<?> settings) |
Initializes the ParserOutput with the configuration specified in
CommonParserSettings |
| 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 |
CsvParserSettings |
This is the configuration class used by the CSV parser (
CsvParser) |
| Modifier and Type | Class | Description |
|---|---|---|
class |
FixedWidthParserSettings |
This is the configuration class used by the Fixed-Width parser (
FixedWidthParser) |
| Modifier and Type | Class | Description |
|---|---|---|
class |
TsvParserSettings |
This is the configuration class used by the TSV parser (
TsvParser) |