Package org.apache.tools.zip
Class UnsupportedZipFeatureException.Feature
- java.lang.Object
-
- org.apache.tools.zip.UnsupportedZipFeatureException.Feature
-
- All Implemented Interfaces:
java.io.Serializable
- Enclosing class:
- UnsupportedZipFeatureException
public static class UnsupportedZipFeatureException.Feature extends java.lang.Object implements java.io.Serializable
ZIP Features that may or may not be supported.- See Also:
- Serialized Form
-
-
Field Summary
Fields 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.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
toString()
-
-
-
Field Detail
-
ENCRYPTION
public static final UnsupportedZipFeatureException.Feature ENCRYPTION
The entry is encrypted.
-
METHOD
public static final UnsupportedZipFeatureException.Feature METHOD
The entry used an unsupported compression method.
-
DATA_DESCRIPTOR
public static final UnsupportedZipFeatureException.Feature DATA_DESCRIPTOR
The entry uses a data descriptor.
-
-