| Modifier and Type | Field and Description |
|---|---|
protected WarcRecord |
WarcReader.currentRecord
Current WARC record object.
|
| Modifier and Type | Method and Description |
|---|---|
static WarcRecord |
WarcRecord.createRecord(WarcWriter writer)
Create a
WarcRecord and prepare it for writing. |
WarcRecord |
WarcReaderCompressed.getNextRecord() |
abstract WarcRecord |
WarcReader.getNextRecord()
Parses and gets the next record.
|
WarcRecord |
WarcReaderUncompressed.getNextRecord() |
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) |
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. |
WarcRecord |
WarcReaderUncompressed.getNextRecordFrom(InputStream rin,
long offset,
int buffer_size) |
static WarcRecord |
WarcRecord.parseRecord(ByteCountingPushBackInputStream in,
WarcReader reader)
Given an
InputStream it tries to read and validate a WARC
header block. |
| Modifier and Type | Method and Description |
|---|---|
Iterator<WarcRecord> |
WarcReader.iterator()
Returns an
Iterator over the records as they are being
parsed. |
| Modifier and Type | Method and Description |
|---|---|
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–2015. All rights reserved.