|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use UnsupportedZipFeatureException.Feature | |
|---|---|
| org.apache.commons.compress.archivers.zip | Provides stream classes for reading and writing archives using the ZIP format. |
| Uses of UnsupportedZipFeatureException.Feature in org.apache.commons.compress.archivers.zip |
|---|
| Fields in org.apache.commons.compress.archivers.zip declared as UnsupportedZipFeatureException.Feature | |
|---|---|
static UnsupportedZipFeatureException.Feature |
UnsupportedZipFeatureException.Feature.DATA_DESCRIPTOR
The entry uses a data descriptor. |
static UnsupportedZipFeatureException.Feature |
UnsupportedZipFeatureException.Feature.ENCRYPTION
The entry is encrypted. |
static UnsupportedZipFeatureException.Feature |
UnsupportedZipFeatureException.Feature.METHOD
The entry used an unsupported compression method. |
static UnsupportedZipFeatureException.Feature |
UnsupportedZipFeatureException.Feature.SPLITTING
The archive uses splitting or spanning. |
| Methods in org.apache.commons.compress.archivers.zip that return UnsupportedZipFeatureException.Feature | |
|---|---|
UnsupportedZipFeatureException.Feature |
UnsupportedZipFeatureException.getFeature()
The unsupported feature that has been used. |
| Constructors in org.apache.commons.compress.archivers.zip with parameters of type UnsupportedZipFeatureException.Feature | |
|---|---|
UnsupportedZipFeatureException(UnsupportedZipFeatureException.Feature reason)
Creates an exception when the whole archive uses an unsupported feature. |
|
UnsupportedZipFeatureException(UnsupportedZipFeatureException.Feature reason,
ZipArchiveEntry entry)
Creates an exception. |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||