| Class | Description | 
|---|---|
| FlatFile | 
 Subclass of File, which allows binary searching, returning Iterators
 that allow scanning forwards and backwards thru the (sorted) file starting
 from a particular prefix. 
 | 
| RecordIterator | 
 Iterator that returns sequential lines from a file. 
 | 
| ReverseBufferedReader | 
 Just like a BufferedReader, except the buffer scrolls backvards, allowing
 this one to support 'readPrevLine()' instead of readLine(). 
 | 
| ReverseRecordIterator | 
 Iterator that returns lines from a file reverse sequentially. 
 | 
Copyright © 2005–2015 IIPC. All rights reserved.