Uses of Class
org.archive.io.arc.ARCReader

Packages that use ARCReader
org.archive.crawler.selftest Provides the client-side aspect of the heritrix integration self test. 
org.archive.io   
org.archive.io.arc ARC file reading and writing. 
 

Uses of ARCReader in org.archive.crawler.selftest
 

Methods in org.archive.crawler.selftest that return ARCReader
protected static ARCReader[] SelfTestCase.getReadReaders()
          Returns the selftest read ARCReader.
 

Uses of ARCReader in org.archive.io
 

Methods in org.archive.io with parameters of type ARCReader
protected  void Arc2Warc.transform(ARCReader reader, java.io.File warc)
           
 

Uses of ARCReader in org.archive.io.arc
 

Subclasses of ARCReader in org.archive.io.arc
 class ARCReaderFactory.CompressedARCReader
          Compressed arc file reader.
 class ARCReaderFactory.UncompressedARCReader
          Uncompressed arc file reader.
 

Methods in org.archive.io.arc that return ARCReader
static ARCReader ARCReaderFactory.get(java.io.File f)
           
static ARCReader ARCReaderFactory.get(java.io.File f, boolean skipSuffixTest, long offset)
           
static ARCReader ARCReaderFactory.get(java.io.File f, long offset)
           
static ARCReader ARCReaderFactory.get(java.lang.String arcFileOrUrl)
           
static ARCReader ARCReaderFactory.get(java.lang.String arcFileOrUrl, long offset)
           
static ARCReader ARCReaderFactory.get(java.net.URL arcUrl)
          Get an ARCReader.
static ARCReader ARCReaderFactory.get(java.net.URL arcUrl, long offset)
          Get an ARCReader aligned at offset.
 ARCReader ARCReader.getDeleteFileOnCloseReader(java.io.File f)
           
 

Methods in org.archive.io.arc with parameters of type ARCReader
static java.lang.Object[] ARC2WCDX.createWcdx(ARCReader reader)
           
protected static void ARCReader.output(ARCReader reader, java.lang.String format)
          Write out the arcfile.
 



Copyright © 2003-2011 Internet Archive. All Rights Reserved.