Uses of Class
com.univocity.parsers.common.AbstractParser
-
-
Uses of AbstractParser in com.univocity.parsers.common
Fields in com.univocity.parsers.common declared as AbstractParser Modifier and Type Field Description private AbstractParser<?>
DefaultParsingContext. parser
private AbstractParser<?>
ParserOutput. parser
Constructors in com.univocity.parsers.common with parameters of type AbstractParser Constructor Description DefaultParsingContext(AbstractParser<?> parser, int errorContentLength)
ParserOutput(AbstractParser<?> parser, CommonParserSettings<?> settings)
Initializes the ParserOutput with the configuration specified inCommonParserSettings
-
Uses of AbstractParser in com.univocity.parsers.common.iterators
Fields in com.univocity.parsers.common.iterators declared as AbstractParser Modifier and Type Field Description protected AbstractParser
ParserIterator. parser
Constructors in com.univocity.parsers.common.iterators with parameters of type AbstractParser Constructor Description ParserIterator(AbstractParser parser)
Creates aParserIterator
using the providedparser
RecordIterator(AbstractParser parser)
RowIterator(AbstractParser parser)
-
Uses of AbstractParser in com.univocity.parsers.common.routine
Methods in com.univocity.parsers.common.routine that return AbstractParser Modifier and Type Method Description protected abstract AbstractParser<P>
AbstractRoutines. createParser(P parserSettings)
Creates a new parser implementation using the given parser configuration -
Uses of AbstractParser in com.univocity.parsers.csv
Subclasses of AbstractParser in com.univocity.parsers.csv Modifier and Type Class Description class
CsvParser
A very fast CSV parser implementation. -
Uses of AbstractParser in com.univocity.parsers.fixed
Subclasses of AbstractParser in com.univocity.parsers.fixed Modifier and Type Class Description class
FixedWidthParser
A fast and flexible fixed-with parser implementation. -
Uses of AbstractParser in com.univocity.parsers.tsv
Subclasses of AbstractParser in com.univocity.parsers.tsv Modifier and Type Class Description class
TsvParser
A very fast TSV parser implementation.
-