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() . |
RecordMetaData |
Context.recordMetaData()
Returns the metadata information associated with records produced by the current parsing process.
|
RecordMetaData |
DefaultContext.recordMetaData() |
RecordMetaData |
ContextWrapper.recordMetaData() |
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 © 2020 Univocity Software Pty Ltd. All rights reserved.