Uses of Class
org.jwat.warc.WarcReader

Uses of WarcReader in org.jwat.warc
 

Subclasses of WarcReader in org.jwat.warc
 class WarcReaderCompressed
          WARC Reader implementation for reading GZip compressed files.
 class WarcReaderUncompressed
          WARC Reader implementation for reading uncompressed files.
 

Fields in org.jwat.warc declared as WarcReader
protected  WarcReader WarcRecord.reader
          Reader instance used, required for file compliance.
protected  WarcReader WarcHeader.reader
          Associated WarcReader context.
 

Methods in org.jwat.warc that return WarcReader
static WarcReader WarcReaderFactory.getReader(InputStream in)
          Creates a new WarcReader from an InputStream.
static WarcReader WarcReaderFactory.getReader(InputStream in, int buffer_size)
          Creates a new WarcReader from an InputStream wrapped by a BufferedInputStream.
static WarcReader WarcReaderFactory.getReaderCompressed()
          Creates a new WarcReader without any associated InputStream for random access to GZip compressed records.
static WarcReader WarcReaderFactory.getReaderCompressed(InputStream in)
          Creates a new WarcReader from an InputStream primarily for random access to GZip compressed records.
static WarcReader WarcReaderFactory.getReaderCompressed(InputStream in, int buffer_size)
          Creates a new WarcReader from an InputStream wrapped by a BufferedInputStream primarily for random access to GZip compressed records.
static WarcReader WarcReaderFactory.getReaderUncompressed()
          Creates a new WarcReader without any associated InputStream for random access to uncompressed records.
static WarcReader WarcReaderFactory.getReaderUncompressed(InputStream in)
          Creates a new WarcReader from an InputStream primarily for random access to uncompressed records.
static WarcReader WarcReaderFactory.getReaderUncompressed(InputStream in, int buffer_size)
          Creates a new WarcReader from an InputStream wrapped by a BufferedInputStream primarily for random access to uncompressed records.
 

Methods in org.jwat.warc with parameters of type WarcReader
static WarcHeader WarcHeader.initHeader(WarcReader reader, long startOffset, Diagnostics<Diagnosis> diagnostics)
           
static WarcRecord WarcRecord.parseRecord(ByteCountingPushBackInputStream in, WarcReader reader)
          Given an InputStream it tries to read and validate a WARC header block.
 



Copyright © 2011-2012. All Rights Reserved.