Uses of Enum
org.netpreserve.jwarc.WarcTruncationReason
Packages that use WarcTruncationReason
Package
Description
Classes for parsing, serializing and manipulating WARC records.
-
Uses of WarcTruncationReason in org.netpreserve.jwarc
Subclasses with type arguments of type WarcTruncationReason in org.netpreserve.jwarcMethods in org.netpreserve.jwarc that return WarcTruncationReasonModifier and TypeMethodDescriptionWarcRecord.truncated()The reason why this record was truncated orNOT_TRUNCATED.static WarcTruncationReasonReturns the enum constant of this type with the specified name.static WarcTruncationReason[]WarcTruncationReason.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.netpreserve.jwarc with parameters of type WarcTruncationReasonModifier and TypeMethodDescriptionWarcRecord.AbstractBuilder.truncated(WarcTruncationReason truncationReason)