| Class | Description |
|---|---|
| ParserIterator<T> |
An
Iterator over the parser enabling easy iteration against rows and records
Multiple iterations are possible if Files are being fed into the parser,
but other forms of input (such as InputStreams and Readers) can not be iterated over more than once. |
| RecordIterator |
An iterator of
Records. |
| RowIterator |
An iterator of
String[]. |