Interface | Description |
---|---|
Record |
A record parsed from the input, with convenience methods for easier data manipulation.
|
RecordMetaData |
Metadata with information about
Record s 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 © 2024 uniVocity Software Pty Ltd. All rights reserved.