|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.apache.tools.zip.UnsupportedZipFeatureException.Feature
public static class UnsupportedZipFeatureException.Feature
ZIP Features that may or may not be supported.
Field Summary | |
---|---|
static UnsupportedZipFeatureException.Feature |
DATA_DESCRIPTOR
The entry uses a data descriptor. |
static UnsupportedZipFeatureException.Feature |
ENCRYPTION
The entry is encrypted. |
static UnsupportedZipFeatureException.Feature |
METHOD
The entry used an unsupported compression method. |
Method Summary | |
---|---|
java.lang.String |
toString()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public static final UnsupportedZipFeatureException.Feature ENCRYPTION
public static final UnsupportedZipFeatureException.Feature METHOD
public static final UnsupportedZipFeatureException.Feature DATA_DESCRIPTOR
Method Detail |
---|
public java.lang.String toString()
toString
in class java.lang.Object
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |