java.io.Serializable
public static class UnsupportedZipFeatureException.Feature
extends java.lang.Object
implements java.io.Serializable
Modifier and Type | Field | 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.
|
Modifier and Type | Method | Description |
---|---|---|
java.lang.String |
toString() |
public static final UnsupportedZipFeatureException.Feature ENCRYPTION
public static final UnsupportedZipFeatureException.Feature METHOD
public static final UnsupportedZipFeatureException.Feature DATA_DESCRIPTOR