| Interface | Description |
|---|---|
| Record |
A record parsed from the input, with convenience methods for easier data manipulation.
|
| RecordMetaData |
Metadata with information about
Records parsed from the input. |
| Class | Description |
|---|---|
| AbstractRecordFactory<R extends Record,M extends RecordMetaData> |
An abstract factory class which allows subclasses to provide implementations of
Record |
| RecordFactory |
A factory class that provides implementations of
Record based on the current state
of an AbstractParser(via its ParsingContext), and raw input records. |
Copyright © 2019 Univocity Software Pty Ltd. All rights reserved.