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 aboutRecords 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 ofRecordRecordFactory A factory class that provides implementations ofRecordbased on the current state of anAbstractParser(via itsParsingContext), and raw input records.