Uses of Class
org.jwat.warc.WarcRecord

Uses of WarcRecord in org.jwat.warc
 

Fields in org.jwat.warc declared as WarcRecord
protected  WarcRecord WarcReader.warcRecord
          Current WARC record object.
 

Methods in org.jwat.warc that return WarcRecord
static WarcRecord WarcRecord.createRecord(WarcWriter writer)
           
 WarcRecord WarcReaderUncompressed.getNextRecord()
           
 WarcRecord WarcReaderCompressed.getNextRecord()
           
abstract  WarcRecord WarcReader.getNextRecord()
          Parses and gets the next record.
 WarcRecord WarcReaderUncompressed.getNextRecordFrom(InputStream rin, long offset)
           
 WarcRecord WarcReaderCompressed.getNextRecordFrom(InputStream rin, long offset)
           
abstract  WarcRecord WarcReader.getNextRecordFrom(InputStream in, long offset)
          Parses and gets the next record from an Inputstream.
 WarcRecord WarcReaderUncompressed.getNextRecordFrom(InputStream rin, long offset, int buffer_size)
           
 WarcRecord WarcReaderCompressed.getNextRecordFrom(InputStream rin, long offset, int buffer_size)
           
abstract  WarcRecord WarcReader.getNextRecordFrom(InputStream in, long offset, int buffer_size)
          Parses and gets the next record from an Inputstream wrapped by a BufferedInputStream.
static WarcRecord WarcRecord.parseRecord(ByteCountingPushBackInputStream in, WarcReader reader)
          Given an InputStream it tries to read and validate a WARC header block.
 

Methods in org.jwat.warc that return types with arguments of type WarcRecord
 Iterator<WarcRecord> WarcReader.iterator()
          Returns an Iterator over the records as they are being parsed.
 

Methods in org.jwat.warc with parameters of type WarcRecord
protected  byte[] WarcWriter.writeHeader_impl(WarcRecord record)
          Write a WARC header to the WARC output stream.
 byte[] WarcWriterUncompressed.writeHeader(WarcRecord record)
           
 byte[] WarcWriterCompressed.writeHeader(WarcRecord record)
           
abstract  byte[] WarcWriter.writeHeader(WarcRecord record)
          Write a WARC header to the WARC output stream.
 



Copyright © 2011-2012. All Rights Reserved.