public final class ZipCompressionMethod
extends com.aspose.ms.System.Enum
Represents ZIP compression method.
Modifier and Type | Field and Description |
---|---|
static int |
Deflated
The deflated.
|
static int |
Imploded
The imploded.
|
static int |
LZMA
The Lempel-Ziv-Markov chain-Algorithm.
|
static int |
NoCompression
No compression.
|
static int |
Reserved
The reserved.
|
static int |
Shrunk
The 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
No compression.
public static final int Shrunk
The shrunk
public static final int Imploded
The imploded.
public static final int Reserved
The reserved.
public static final int Deflated
The deflated.
public static final int LZMA
The Lempel-Ziv-Markov chain-Algorithm.
Copyright © 2017. All rights reserved.