Uses of Class
org.apache.commons.compress.archivers.zip.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
Modifier 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.Modifier and TypeMethodDescriptionUnsupportedZipFeatureException.getFeature()
The unsupported feature that has been used.ModifierConstructorDescriptionCreates an exception when the whole archive uses an unsupported feature.UnsupportedZipFeatureException
(UnsupportedZipFeatureException.Feature reason, ZipArchiveEntry entry) Creates an exception.