| Package | Description |
|---|---|
| org.netpreserve.jwarc |
Classes for parsing, serializing and manipulating WARC records.
|
| Modifier and Type | Method and Description |
|---|---|
WarcTruncationReason |
WarcRecord.truncated()
The reason why this record was truncated or
NOT_TRUNCATED. |
static WarcTruncationReason |
WarcTruncationReason.valueOf(String name)
Returns 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.
|
| Modifier and Type | Method and Description |
|---|---|
B |
WarcRecord.AbstractBuilder.truncated(WarcTruncationReason truncationReason) |
Copyright © 2024. All rights reserved.