| Modifier and Type | Class and Description |
|---|---|
class |
WarcReaderCompressed
WARC Reader implementation for reading GZip compressed files.
|
class |
WarcReaderUncompressed
WARC Reader implementation for reading uncompressed files.
|
| Modifier and Type | Field and Description |
|---|---|
protected WarcReader |
WarcHeader.reader
Associated WarcReader context.
|
protected WarcReader |
WarcRecord.reader
Reader instance used, required for file compliance.
|
| Modifier and Type | Method and Description |
|---|---|
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. |
| Modifier and Type | Method and Description |
|---|---|
static WarcHeader |
WarcHeader.initHeader(WarcReader reader,
long startOffset,
Diagnostics<Diagnosis> diagnostics)
Create and initialize a new
WarcHeader for reading. |
static WarcRecord |
WarcRecord.parseRecord(ByteCountingPushBackInputStream in,
WarcReader reader)
Given an
InputStream it tries to read and validate a WARC
header block. |
Copyright © 2011–2015. All rights reserved.