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
Record s 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 | Field and Description |
---|---|
protected M |
AbstractRecordFactory.metaData |
Modifier and Type | Method and Description |
---|---|
RecordMetaData |
Record.getMetaData()
Returns the
RecordMetaData associated with all records parsed from the input. |
Copyright © 2018 uniVocity Software Pty Ltd. All rights reserved.