Package gr.uoa.di.madgik.grs.reader

Interface Summary
IRecordReader<T extends Record>  
 

Class Summary
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 Summary
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