Uses of Class
com.univocity.parsers.common.AbstractParser
Packages that use AbstractParser
Package
Description
-
Uses of AbstractParser in com.univocity.parsers.common
Constructors in com.univocity.parsers.common with parameters of type AbstractParserModifierConstructorDescriptionDefaultParsingContext(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 AbstractParserModifier and TypeFieldDescriptionprotected final AbstractParserParserIterator.parserprotected final AbstractParserParserIterator.parserConstructors in com.univocity.parsers.common.iterators with parameters of type AbstractParserModifierConstructorDescriptionRecordIterator(AbstractParser parser) RowIterator(AbstractParser parser) -
Uses of AbstractParser in com.univocity.parsers.common.routine
Methods in com.univocity.parsers.common.routine that return AbstractParserModifier and TypeMethodDescriptionprotected 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 -
Uses of AbstractParser in com.univocity.parsers.fixed
Subclasses of AbstractParser in com.univocity.parsers.fixedModifier and TypeClassDescriptionclassA fast and flexible fixed-with parser implementation. -
Uses of AbstractParser in com.univocity.parsers.tsv
Subclasses of AbstractParser in com.univocity.parsers.tsv