org.apache.commons.compress.archivers.zip
Class UnsupportedZipFeatureException.Feature
java.lang.Object
org.apache.commons.compress.archivers.zip.UnsupportedZipFeatureException.Feature
- Enclosing class:
- UnsupportedZipFeatureException
public static class UnsupportedZipFeatureException.Feature
- extends java.lang.Object
ZIP Features that may or may not be supported.
- Since:
- Commons Compress 1.1
Method Summary |
java.lang.String |
toString()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
ENCRYPTION
public static final UnsupportedZipFeatureException.Feature ENCRYPTION
- The entry is encrypted.
METHOD
public static final UnsupportedZipFeatureException.Feature METHOD
- The entry used an unsupported compression method.
DATA_DESCRIPTOR
public static final UnsupportedZipFeatureException.Feature DATA_DESCRIPTOR
- The entry uses a data descriptor.
name
private final java.lang.String name
UnsupportedZipFeatureException.Feature
private UnsupportedZipFeatureException.Feature(java.lang.String name)
toString
public java.lang.String toString()
- Overrides:
toString
in class java.lang.Object