| Package | Description | 
|---|---|
| org.apache.commons.compress.archivers.zip | Provides stream classes for reading and writing archives using
      the ZIP format. | 
| Modifier and Type | Field and Description | 
|---|---|
| static UnsupportedZipFeatureException.Feature | UnsupportedZipFeatureException.Feature. DATA_DESCRIPTORThe entry uses a data descriptor. | 
| static UnsupportedZipFeatureException.Feature | UnsupportedZipFeatureException.Feature. ENCRYPTIONThe entry is encrypted. | 
| static UnsupportedZipFeatureException.Feature | UnsupportedZipFeatureException.Feature. METHODThe entry used an unsupported compression method. | 
| static UnsupportedZipFeatureException.Feature | UnsupportedZipFeatureException.Feature. SPLITTINGThe archive uses splitting or spanning. | 
| static UnsupportedZipFeatureException.Feature | 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. | 
| Modifier and Type | Method and Description | 
|---|---|
| UnsupportedZipFeatureException.Feature | UnsupportedZipFeatureException. getFeature()The unsupported feature that has been used. | 
| Constructor and Description | 
|---|
| UnsupportedZipFeatureException(UnsupportedZipFeatureException.Feature reason)Creates an exception when the whole archive uses an unsupported
 feature. | 
| UnsupportedZipFeatureException(UnsupportedZipFeatureException.Feature reason,
                              ZipArchiveEntry entry)Creates an exception. | 
Copyright © 2018 The Apache Software Foundation. All rights reserved.