Class UnsupportedZipFeatureException.Feature
java.lang.Object
org.apache.commons.compress.archivers.zip.UnsupportedZipFeatureException.Feature
- All Implemented Interfaces:
Serializable
- Enclosing class:
- UnsupportedZipFeatureException
ZIP Features that may or may not be supported.
- Since:
- 1.1
- See Also:
-
Field Summary
Modifier and TypeFieldDescriptionstatic final UnsupportedZipFeatureException.Feature
The entry uses a data descriptor.static final UnsupportedZipFeatureException.Feature
The entry is encrypted.static final UnsupportedZipFeatureException.Feature
The entry used an unsupported compression method.static final UnsupportedZipFeatureException.Feature
The archive uses splitting or spanning.static final UnsupportedZipFeatureException.Feature
The archive contains entries with unknown compressed size for a compression method that doesn't support detection of the end of the compressed stream. -
Method Summary
-
Field Details
-
ENCRYPTION
The entry is encrypted. -
METHOD
The entry used an unsupported compression method. -
DATA_DESCRIPTOR
The entry uses a data descriptor. -
SPLITTING
The archive uses splitting or spanning.- Since:
- 1.5
-
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.- Since:
- 1.16
-
-
Method Details