Constructor and Description |
---|
DefaultParsingContext(AbstractParser<?> parser,
int errorContentLength) |
ParserOutput(AbstractParser<?> parser,
CommonParserSettings<?> settings)
Initializes the ParserOutput with the configuration specified in
CommonParserSettings |
Constructor and Description |
---|
RecordIterator(AbstractParser parser) |
RowIterator(AbstractParser parser) |
Modifier and Type | Method and Description |
---|---|
protected abstract AbstractParser<P> |
AbstractRoutines.createParser(P parserSettings)
Creates a new parser implementation using the given parser configuration
|
Modifier and Type | Class and Description |
---|---|
class |
CsvParser
A very fast CSV parser implementation.
|
Modifier and Type | Class and Description |
---|---|
class |
FixedWidthParser
A fast and flexible fixed-with parser implementation.
|
Modifier and Type | Class and Description |
---|---|
class |
TsvParser
A very fast TSV parser implementation.
|
Copyright © 2019 Univocity Software Pty Ltd. All rights reserved.