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 SummaryFieldsModifier and TypeFieldDescriptionstatic final UnsupportedZipFeatureException.FeatureThe entry uses a data descriptor.static final UnsupportedZipFeatureException.FeatureThe entry is encrypted.static final UnsupportedZipFeatureException.FeatureThe entry used an unsupported compression method.
- 
Method Summary
- 
Field Details- 
ENCRYPTIONThe entry is encrypted.
- 
METHODThe entry used an unsupported compression method.
- 
DATA_DESCRIPTORThe entry uses a data descriptor.
 
- 
- 
Method Details- 
toString
 
-