public static class UnsupportedZipFeatureException.Feature extends Object implements 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.
|
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 © 2002–2020 The Apache Software Foundation. All rights reserved.