public static class UnsupportedZipFeatureException.Feature
extends java.lang.Object
implements java.io.Serializable
Modifier and Type | Field and Description |
---|---|
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.
|
static UnsupportedZipFeatureException.Feature |
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.
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
toString() |
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
public static final UnsupportedZipFeatureException.Feature UNKNOWN_COMPRESSED_SIZE
Copyright © 2010 - 2020 Adobe. All Rights Reserved