| Package | Description |
|---|---|
| org.netpreserve.jwarc |
Classes for parsing, serializing and manipulating WARC records.
|
| Modifier and Type | Class and Description |
|---|---|
static class |
WarcRecord.AbstractBuilder<R extends WarcRecord,B extends WarcRecord.AbstractBuilder<R,B>> |
static interface |
WarcRecord.Constructor<R extends WarcRecord> |
| Modifier and Type | Class and Description |
|---|---|
class |
WarcCaptureRecord
A type of WARC record created as part of a web capture event.
|
class |
WarcContinuation |
class |
WarcConversion |
class |
Warcinfo
The warcinfo record contains information about the web crawl that generated the records following it.
|
class |
WarcMetadata |
class |
WarcRequest |
class |
WarcResource |
class |
WarcResponse |
class |
WarcRevisit
A WARC record describing a subsequent visitation of content previously archived.
|
class |
WarcTargetRecord
A WARC record associated with some target URI.
|
| Modifier and Type | Method and Description |
|---|---|
Iterator<WarcRecord> |
WarcReader.iterator()
Returns an iterator over the records in the WARC file.
|
Optional<WarcRecord> |
WarcReader.next()
Reads the next WARC record.
|
java.util.stream.Stream<WarcRecord> |
WarcReader.records()
Returns a Stream over the records in the WARC file.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
WarcFilter.test(WarcRecord warcRecord) |
void |
WarcWriter.write(WarcRecord record) |
| Modifier and Type | Method and Description |
|---|---|
void |
WarcReader.registerType(String type,
WarcRecord.Constructor<WarcRecord> constructor)
Registers a new extension record type.
|
Copyright © 2022. All rights reserved.