org.apache.tools.zipClass 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 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.
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method and Description java.lang.String
toString()
Field Detail
ENCRYPTION
public static final UnsupportedZipFeatureException.Feature ENCRYPTIONThe entry is encrypted.
METHOD
public static final UnsupportedZipFeatureException.Feature METHODThe entry used an unsupported compression method.
DATA_DESCRIPTOR
public static final UnsupportedZipFeatureException.Feature DATA_DESCRIPTORThe entry uses a data descriptor.