| Package | Description |
|---|---|
| org.netpreserve.jwarc |
Classes for parsing, serializing and manipulating WARC records.
|
| Modifier and Type | Method and Description |
|---|---|
Optional<WarcDigest> |
WarcRecord.blockDigest()
Digest created from "WARC-Block-Digest" header containing digest values that
were calculated by applying hash functions to this content body during
creation of the WARC file.
|
Optional<WarcDigest> |
WarcRecord.calculatedBlockDigest()
Digest created while reading the WARC record body if the WARC reader is
configured to calculate digests and a "WARC-Block-Digest" header is present,
see
WarcReader.calculateBlockDigest(). |
abstract Optional<WarcDigest> |
WarcPayload.digest() |
Optional<WarcDigest> |
WarcTargetRecord.payloadDigest()
Digest values that were calculated by applying hash functions to payload.
|
| Modifier and Type | Method and Description |
|---|---|
B |
WarcRecord.AbstractBuilder.blockDigest(WarcDigest digest) |
B |
WarcTargetRecord.Builder.payloadDigest(WarcDigest payloadDigest) |
Copyright © 2024. All rights reserved.