All Classes
| Class | Description |
|---|---|
| AvailableInputStream |
This class is a hack to bypass a bug in the
GZIPInputStream. |
| DefaultContentBlock |
A simple implementation of a WarcContentBlock for Most of WARC-Types.
|
| HeaderParser | |
| HttpParser | |
| RequestContentBlock | |
| RequestContentBlockFactory | |
| ResponseContentBlock |
An implementation of WarcContentBlock interface to handle contents block's of WARC responses.
|
| ResponseContentBlockFactory |
This class is responsible for creating new
ResponseContentBlock instances. |
| SafeWarcRecordIterator | |
| WarcContentBlock |
WarcContentBlock interface represents content block of a WARC record Here is a list of known
implementations of this interface
RequestContentBlock
ResponseContentBlock
DefaultContentBlock
|
| WarcFormatException | |
| WarcNetworkException | |
| WarcParsingException | |
| WarcReader |
This class provides basic functions to read and parse a WARC file.
|
| WarcRecord<T extends WarcContentBlock> |
Basic constituent of a WARC file.
|
| WarcRecordFactory | |
| WarcRecordIterator<T extends WarcContentBlock> | |
| WarcRecordIteratorFactory | |
| WarcRecordStreamFactory | |
| WarcRecordType |
Describes the various types of WARC records.
|