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.FeatureUnsupportedZipFeatureException.Feature. DATA_DESCRIPTORThe entry uses a data descriptor.static UnsupportedZipFeatureException.FeatureUnsupportedZipFeatureException.Feature. ENCRYPTIONThe entry is encrypted.static UnsupportedZipFeatureException.FeatureUnsupportedZipFeatureException.Feature. METHODThe entry used an unsupported compression method.private UnsupportedZipFeatureException.FeatureUnsupportedZipFeatureException. reasonstatic UnsupportedZipFeatureException.FeatureUnsupportedZipFeatureException.Feature. SPLITTINGThe archive uses splitting or spanning.static UnsupportedZipFeatureException.FeatureUnsupportedZipFeatureException.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.Methods in org.apache.commons.compress.archivers.zip that return UnsupportedZipFeatureException.Feature Modifier and Type Method Description UnsupportedZipFeatureException.FeatureUnsupportedZipFeatureException. 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.
-