Modifier and Type | Field and Description |
---|---|
private AbstractParser<?> |
ParserOutput.parser |
private AbstractParser<?> |
DefaultParsingContext.parser |
Constructor and Description |
---|
DefaultParsingContext(AbstractParser<?> parser,
int errorContentLength) |
ParserOutput(AbstractParser<?> parser,
CommonParserSettings<?> settings)
Initializes the ParserOutput with the configuration specified in
CommonParserSettings |
Modifier and Type | Field and Description |
---|---|
protected AbstractParser |
ParserIterator.parser |
Constructor and Description |
---|
ParserIterator(AbstractParser parser)
Creates a
ParserIterator using the provided parser |
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.
|