| Package | Description |
|---|---|
| org.netpreserve.jwarc |
Classes for parsing, serializing and manipulating WARC records.
|
| Modifier and Type | Method and Description |
|---|---|
WarcCompression |
WarcReader.compression()
The type of WARC compression that was detected.
|
static WarcCompression |
WarcCompression.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static WarcCompression[] |
WarcCompression.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
WarcWriter(WritableByteChannel channel,
WarcCompression compression) |
Copyright © 2024. All rights reserved.