Uses of Class
org.apache.commons.compress.archivers.zip.UnsupportedZipFeatureException.Feature
Packages that use UnsupportedZipFeatureException.Feature
Package
Description
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.FeatureModifier and TypeFieldDescriptionstatic final UnsupportedZipFeatureException.Feature
UnsupportedZipFeatureException.Feature.DATA_DESCRIPTOR
The entry uses a data descriptor.static final UnsupportedZipFeatureException.Feature
UnsupportedZipFeatureException.Feature.ENCRYPTION
The entry is encrypted.static final UnsupportedZipFeatureException.Feature
UnsupportedZipFeatureException.Feature.METHOD
The entry used an unsupported compression method.static final UnsupportedZipFeatureException.Feature
UnsupportedZipFeatureException.Feature.SPLITTING
The archive uses splitting or spanning.static final 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.FeatureModifier and TypeMethodDescriptionUnsupportedZipFeatureException.getFeature()
The unsupported feature that has been used.Constructors in org.apache.commons.compress.archivers.zip with parameters of type UnsupportedZipFeatureException.FeatureModifierConstructorDescriptionCreates an exception when the whole archive uses an unsupported feature.UnsupportedZipFeatureException
(UnsupportedZipFeatureException.Feature reason, ZipArchiveEntry entry) Creates an exception.