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
Modifier and Type Method Description java.lang.String
toString()
-
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
public java.lang.String toString()- Overrides:
toString
in classjava.lang.Object
-