Modifier and Type | Field and Description |
---|---|
static JZlib.WrapperType |
JZlib.W_ANY |
static JZlib.WrapperType |
JZlib.W_GZIP |
static JZlib.WrapperType |
JZlib.W_NONE |
static JZlib.WrapperType |
JZlib.W_ZLIB |
Modifier and Type | Method and Description |
---|---|
static JZlib.WrapperType |
JZlib.WrapperType.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static JZlib.WrapperType[] |
JZlib.WrapperType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
int |
ZStream.deflateInit(int level,
int bits,
int memlevel,
JZlib.WrapperType wrapperType)
Deprecated.
|
int |
ZStream.inflateInit(int w,
JZlib.WrapperType wrapperType)
Deprecated.
|
int |
ZStream.inflateInit(JZlib.WrapperType wrapperType)
Deprecated.
|
int |
Deflater.init(int level,
int bits,
int memlevel,
JZlib.WrapperType wrapperType) |
int |
Inflater.init(int w,
JZlib.WrapperType wrapperType) |
int |
Inflater.init(JZlib.WrapperType wrapperType) |
Constructor and Description |
---|
Deflater(int level,
int bits,
int memlevel,
JZlib.WrapperType wrapperType) |
Inflater(int w,
JZlib.WrapperType wrapperType) |
Inflater(JZlib.WrapperType wrapperType) |