Uses of Class
org.archive.io.warc.WARCReader

Packages that use WARCReader
org.archive.io   
org.archive.io.warc Experimental WARC Writer and Readers. 
 

Uses of WARCReader in org.archive.io
 

Methods in org.archive.io with parameters of type WARCReader
protected  void Warc2Arc.transform(WARCReader reader, ARCWriter writer)
           
 

Uses of WARCReader in org.archive.io.warc
 

Subclasses of WARCReader in org.archive.io.warc
 class WARCReaderFactory.CompressedWARCReader
          Compressed WARC file reader.
 class WARCReaderFactory.UncompressedWARCReader
          Uncompressed WARC file reader.
 

Methods in org.archive.io.warc that return WARCReader
static WARCReader WARCReaderFactory.get(java.io.File f)
           
static WARCReader WARCReaderFactory.get(java.io.File f, long offset)
           
static WARCReader WARCReaderFactory.get(java.lang.String arcFileOrUrl)
           
static WARCReader WARCReaderFactory.get(java.net.URL arcUrl)
          Get an WARCReader.
static WARCReader WARCReaderFactory.get(java.net.URL arcUrl, long offset)
           
 

Methods in org.archive.io.warc with parameters of type WARCReader
protected static void WARCReader.output(WARCReader reader, java.lang.String format)
          Write out the arcfile.
 



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