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
FieldsModifier and TypeFieldDescriptionstatic final UnsupportedZipFeatureException.FeatureThe entry uses a data descriptor.static final UnsupportedZipFeatureException.FeatureThe entry is encrypted.static final UnsupportedZipFeatureException.FeatureThe entry used an unsupported compression method.private final Stringprivate static final longstatic final UnsupportedZipFeatureException.FeatureThe archive uses splitting or spanning.static final UnsupportedZipFeatureException.FeatureThe archive contains entries with unknown compressed size for a compression method that doesn't support detection of the end of the compressed stream. -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
serialVersionUID
private static final long serialVersionUID- See Also:
-
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
-
name
-
-
Constructor Details
-
Feature
-
-
Method Details