Uses of Package
com.univocity.parsers.common.record
-
Packages that use com.univocity.parsers.common.record Package Description com.univocity.parsers.common com.univocity.parsers.common.iterators com.univocity.parsers.common.record -
Classes in com.univocity.parsers.common.record used by com.univocity.parsers.common Class Description Record A record parsed from the input, with convenience methods for easier data manipulation.RecordFactory A factory class that provides implementations ofRecord
based on the current state of anAbstractParser
(via itsParsingContext
), and raw input records.RecordMetaData Metadata with information aboutRecord
s parsed from the input. -
Classes in com.univocity.parsers.common.record used by com.univocity.parsers.common.iterators Class Description Record A record parsed from the input, with convenience methods for easier data manipulation. -
Classes in com.univocity.parsers.common.record used by com.univocity.parsers.common.record Class Description AbstractRecordFactory An abstract factory class which allows subclasses to provide implementations ofRecord
MetaData Record A record parsed from the input, with convenience methods for easier data manipulation.RecordMetaData Metadata with information aboutRecord
s parsed from the input.RecordMetaDataImpl