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