public static class UnsupportedZipFeatureException.Feature extends Object implements 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. | 
| static UnsupportedZipFeatureException.Feature | SPLITTINGThe archive uses splitting or spanning. | 
| static UnsupportedZipFeatureException.Feature | UNKNOWN_COMPRESSED_SIZEThe archive contains entries with unknown compressed size
 for a compression method that doesn't support detection of
 the end of the compressed stream. | 
public static final UnsupportedZipFeatureException.Feature ENCRYPTION
public static final UnsupportedZipFeatureException.Feature METHOD
public static final UnsupportedZipFeatureException.Feature DATA_DESCRIPTOR
public static final UnsupportedZipFeatureException.Feature SPLITTING
public static final UnsupportedZipFeatureException.Feature UNKNOWN_COMPRESSED_SIZE
Copyright © 2018 The Apache Software Foundation. All rights reserved.