Package org.apache.tools.zip
Class UnsupportedZipFeatureException.Feature
java.lang.Object
org.apache.tools.zip.UnsupportedZipFeatureException.Feature
- All Implemented Interfaces:
Serializable
- Enclosing class:
UnsupportedZipFeatureException
ZIP Features that may or may not be supported.
- See Also:
-
Field Summary
Modifier and TypeFieldDescriptionstatic final UnsupportedZipFeatureException.Feature
The entry uses a data descriptor.static final UnsupportedZipFeatureException.Feature
The entry is encrypted.static final UnsupportedZipFeatureException.Feature
The entry used an unsupported compression method. -
Method Summary
-
Field Details
-
ENCRYPTION
The entry is encrypted. -
METHOD
The entry used an unsupported compression method. -
DATA_DESCRIPTOR
The entry uses a data descriptor.
-
-
Method Details
-
toString
-