org.apache.commons.compress.archivers.zip
public static class UnsupportedZipFeatureException.Feature extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static UnsupportedZipFeatureException.Feature |
DATA_DESCRIPTOR
The entry uses a data descriptor.
|
static UnsupportedZipFeatureException.Feature |
ENCRYPTION
The entry is encrypted.
|
static UnsupportedZipFeatureException.Feature |
METHOD
The entry used an unsupported compression method.
|
private java.lang.String |
name |
Modifier | Constructor and Description |
---|---|
private |
UnsupportedZipFeatureException.Feature(java.lang.String name) |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
toString() |
public static final UnsupportedZipFeatureException.Feature ENCRYPTION
public static final UnsupportedZipFeatureException.Feature METHOD
public static final UnsupportedZipFeatureException.Feature DATA_DESCRIPTOR
private final java.lang.String name