| 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 |
AbstractParser<T extends CommonParserSettings<?>>
The AbstractParser class provides a common ground for all parsers in univocity-parsers.
|
| Modifier and Type | Field and Description |
|---|---|
protected T |
AbstractParser.settings |
protected CommonParserSettings<?> |
ParserOutput.settings |
| Modifier and Type | Method and Description |
|---|---|
protected CommonParserSettings |
CommonParserSettings.clone() |
protected CommonParserSettings |
CommonParserSettings.clone(boolean clearInputSpecificSettings) |
| Constructor and 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 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 |
CsvParserSettings
This is the configuration class used by the CSV parser (
CsvParser) |
| Modifier and Type | Class and Description |
|---|---|
class |
FixedWidthParserSettings
This is the configuration class used by the Fixed-Width parser (
FixedWidthParser) |
| Modifier and Type | Class and Description |
|---|---|
class |
TsvParserSettings
This is the configuration class used by the TSV parser (
TsvParser) |
Copyright © 2019 Univocity Software Pty Ltd. All rights reserved.