@Deprecated public final class ZipCompressionMethod extends com.aspose.ms.System.Enum
Represents ZIP compression method.
Modifier and Type | Field and Description |
---|---|
static int |
Deflated
Deprecated.
The file is Deflated.
|
static int |
Imploded
Deprecated.
The file is Imploded.
|
static int |
LZMA
Deprecated.
The Lempel-Ziv-Markov chain-Algorithm.
|
static int |
NoCompression
Deprecated.
The file is stored (no compression).
|
static int |
Reserved
Deprecated.
A reserved compression method.
|
static int |
Shrunk
Deprecated.
The file is Shrunk.
|
Clone, CloneTo, format, format, get_Caption, get_Value, getName, getName, getNames, getNames, getUnderlyingType, getUnderlyingType, getValue, getValues, isDefined, isDefined, isDefined, isDefined, parse, parse, parse, parse, register, toObject, toString
public static final int NoCompression
The file is stored (no compression).
public static final int Shrunk
The file is Shrunk.
public static final int Imploded
The file is Imploded.
public static final int Reserved
A reserved compression method.
public static final int Deflated
The file is Deflated.
public static final int LZMA
The Lempel-Ziv-Markov chain-Algorithm.
Copyright © 2020. All rights reserved.