|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.commons.compress.archivers.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. |
static UnsupportedZipFeatureException.Feature |
SPLITTING
The archive uses splitting or spanning. |
| Method Summary | |
|---|---|
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
public static final UnsupportedZipFeatureException.Feature SPLITTING
| Method Detail |
|---|
public String toString()
toString in class Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||