Package com.univocity.parsers.common.record
-
Interface Summary Interface Description Record A record parsed from the input, with convenience methods for easier data manipulation.RecordMetaData Metadata with information aboutRecord
s parsed from the input. -
Class Summary Class Description AbstractRecordFactory<R extends Record,M extends RecordMetaData> An abstract factory class which allows subclasses to provide implementations ofRecord
MetaData RecordFactory A factory class that provides implementations ofRecord
based on the current state of anAbstractParser
(via itsParsingContext
), and raw input records.RecordImpl<C extends Context> RecordMetaDataImpl<C extends Context>