Uses of Class
org.netpreserve.jwarc.WarcDigest
Packages that use WarcDigest
Package
Description
Classes for parsing, serializing and manipulating WARC records.
-
Uses of WarcDigest in org.netpreserve.jwarc
Methods in org.netpreserve.jwarc that return types with arguments of type WarcDigestModifier and TypeMethodDescriptionWarcRecord.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.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, seeWarcReader.calculateBlockDigest().abstract Optional<WarcDigest> WarcPayload.digest()WarcTargetRecord.payloadDigest()Digest values that were calculated by applying hash functions to payload.Methods in org.netpreserve.jwarc with parameters of type WarcDigestModifier and TypeMethodDescriptionWarcRecord.AbstractBuilder.blockDigest(WarcDigest digest) WarcTargetRecord.Builder.payloadDigest(WarcDigest payloadDigest)