| Interface | Description |
|---|---|
| IRecordReader<T extends Record> |
| Class | Description |
|---|---|
| ForwardReader<T extends Record> |
The
ForwardReader class provides access over an authored IBuffer in a forward only fashion. |
| ForwardReaderIterator<T extends Record> |
An iterator implementing class that can be used to iterate over the
Records accessible through a
ForwardReader instance |
| RandomReader<T extends Record> |
The
RandomReader class provides access over an authored IBuffer in a random access fashion. |
| RandomReaderIterator<T extends Record> |
A list iterator implementing class that can be used to iterate over the
Records accessible through a
RandomReader instance |
| Exception | Description |
|---|---|
| GRS2ReaderException |
Base exception for all error that are though by the reader sub component
|
| GRS2ReaderInvalidArgumentException |
Argument not valid for the reader sub component operation that is undergoing
|
Copyright © 2014. All Rights Reserved.