public static class UnsupportedZipFeatureException.Feature
extends java.lang.Object
implements java.io.Serializable
| Modifier and Type | Field and Description | 
|---|---|
| static UnsupportedZipFeatureException.Feature | DATA_DESCRIPTORThe entry uses a data descriptor. | 
| static UnsupportedZipFeatureException.Feature | ENCRYPTIONThe entry is encrypted. | 
| static UnsupportedZipFeatureException.Feature | METHODThe entry used an unsupported compression method. | 
| Modifier and Type | Method and Description | 
|---|---|
| java.lang.String | toString() | 
public static final UnsupportedZipFeatureException.Feature ENCRYPTION
public static final UnsupportedZipFeatureException.Feature METHOD
public static final UnsupportedZipFeatureException.Feature DATA_DESCRIPTOR