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.SerializableZIP Features that may or may not be supported.- See Also:
- Serialized Form
 
- 
- 
Field SummaryFields Modifier and Type Field Description static UnsupportedZipFeatureException.FeatureDATA_DESCRIPTORThe entry uses a data descriptor.static UnsupportedZipFeatureException.FeatureENCRYPTIONThe entry is encrypted.static UnsupportedZipFeatureException.FeatureMETHODThe entry used an unsupported compression method.
 - 
Method SummaryModifier and Type Method Description java.lang.StringtoString()
 
- 
- 
- 
Field Detail- 
ENCRYPTIONpublic static final UnsupportedZipFeatureException.Feature ENCRYPTION The entry is encrypted.
 - 
METHODpublic static final UnsupportedZipFeatureException.Feature METHOD The entry used an unsupported compression method.
 - 
DATA_DESCRIPTORpublic static final UnsupportedZipFeatureException.Feature DATA_DESCRIPTOR The entry uses a data descriptor.
 
- 
 
-