public final class ZipCompressionMethod
extends com.aspose.ms.System.Enum
Defines ZIP compression methods.
Modifier and Type | Field and Description |
---|---|
static int |
Deflated
The file is Deflated.
|
static int |
Imploded
The file is Imploded.
|
static int |
Lzma
The Lempel-Ziv-Markov chain-Algorithm.
|
static int |
NoCompression
The file is stored (no compression).
|
static int |
Reserved
A reserved compression method.
|
static int |
Shrunk
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.