| Package | Description |
|---|---|
| com.univocity.parsers.common | |
| com.univocity.parsers.common.record |
| Modifier and Type | Method and Description |
|---|---|
RecordMetaData |
AbstractParser.getRecordMetadata()
Returns the metadata associated with
Records parsed from the input using AbstractParser.parseAllRecords(File) or AbstractParser.parseNextRecord(). |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractRecordFactory<R extends Record,M extends RecordMetaData>
An abstract factory class which allows subclasses to provide implementations of
Record |
| Modifier and Type | Class and Description |
|---|---|
(package private) class |
RecordMetaDataImpl<C extends Context> |
| Modifier and Type | Field and Description |
|---|---|
protected M |
AbstractRecordFactory.metaData |
| Modifier and Type | Method and Description |
|---|---|
RecordMetaData |
RecordImpl.getMetaData() |
RecordMetaData |
Record.getMetaData()
Returns the
RecordMetaData associated with all records parsed from the input. |