Uses of Package
org.archive.wayback.util.flatfile

Packages that use org.archive.wayback.util.flatfile
org.archive.wayback.resourceindex.cdx   
org.archive.wayback.resourceindex.cdx.dynamic   
org.archive.wayback.resourceindex.ziplines   
org.archive.wayback.util   
org.archive.wayback.util.flatfile   
 

Classes in org.archive.wayback.util.flatfile used by org.archive.wayback.resourceindex.cdx
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.
 

Classes in org.archive.wayback.util.flatfile used by org.archive.wayback.resourceindex.cdx.dynamic
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.
 

Classes in org.archive.wayback.util.flatfile used by org.archive.wayback.resourceindex.ziplines
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.
 

Classes in org.archive.wayback.util.flatfile used by org.archive.wayback.util
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.
 

Classes in org.archive.wayback.util.flatfile used by org.archive.wayback.util.flatfile
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-2011 Internet Archive. All Rights Reserved.