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