| Package | Description |
|---|---|
| org.apache.commons.compress.archivers.zip |
Provides stream classes for reading and writing archives using the ZIP format.
|
| Modifier and Type | Method and Description |
|---|---|
static ZipMethod |
ZipMethod.getMethodByCode(int code)
returns the
ZipMethod for the given code or null if the method is not known.
|
static ZipMethod |
ZipMethod.valueOf(String
Returns the enum constant of this type with the specified name.
|
static ZipMethod |
ZipMethod.values()
Returns an array containing the constants of this enum type, in the order they are declared.
|
| Constructor and Description | |
|---|---|
UnsupportedZipFeatureException(ZipMethod
Creates an exception for archives that use an unsupported compression algorithm.
|