|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use JZlib.WrapperType | |
---|---|
com.jcraft.jzlib |
Uses of JZlib.WrapperType in com.jcraft.jzlib |
---|
Fields in com.jcraft.jzlib declared as JZlib.WrapperType | |
---|---|
static JZlib.WrapperType |
JZlib.W_ANY
|
static JZlib.WrapperType |
JZlib.W_GZIP
|
static JZlib.WrapperType |
JZlib.W_NONE
|
static JZlib.WrapperType |
JZlib.W_ZLIB
|
Methods in com.jcraft.jzlib that return JZlib.WrapperType | |
---|---|
static JZlib.WrapperType |
JZlib.WrapperType.valueOf(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. |
Methods in com.jcraft.jzlib with parameters of type JZlib.WrapperType | |
---|---|
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)
|
Constructors in com.jcraft.jzlib with parameters of type JZlib.WrapperType | |
---|---|
Deflater(int level,
int bits,
int memlevel,
JZlib.WrapperType wrapperType)
|
|
Inflater(int w,
JZlib.WrapperType wrapperType)
|
|
Inflater(JZlib.WrapperType wrapperType)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |