Uses of Class
org.apache.commons.compress.archivers.zip.UnsupportedZipFeatureException.Feature
-
Packages that use UnsupportedZipFeatureException.Feature Package Description 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 Modifier and Type Field Description 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.private UnsupportedZipFeatureException.Feature
UnsupportedZipFeatureException. reason
static UnsupportedZipFeatureException.Feature
UnsupportedZipFeatureException.Feature. SPLITTING
The archive uses splitting or spanning.static UnsupportedZipFeatureException.Feature
UnsupportedZipFeatureException.Feature. UNKNOWN_COMPRESSED_SIZE
The archive contains entries with unknown compressed size for a compression method that doesn't support detection of the end of the compressed stream.Methods in org.apache.commons.compress.archivers.zip that return UnsupportedZipFeatureException.Feature Modifier and Type Method Description 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 Constructor 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.
-