| Package | Description |
|---|---|
| com.univocity.parsers.common | |
| com.univocity.parsers.common.record |
| Modifier and Type | Method | 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 | Description |
|---|---|---|
class |
AbstractRecordFactory<R extends Record,M extends RecordMetaData> |
An abstract factory class which allows subclasses to provide implementations of
Record |
| Modifier and Type | Field | Description |
|---|---|---|
protected M |
AbstractRecordFactory.metaData |
| Modifier and Type | Method | Description |
|---|---|---|
RecordMetaData |
Record.getMetaData() |
Returns the
RecordMetaData associated with all records parsed from the input. |