Uses of Enum
com.jcraft.jzlib.JZlib.WrapperType
-
Uses of JZlib.WrapperType in com.jcraft.jzlib
Fields in com.jcraft.jzlib declared as JZlib.WrapperTypeModifier and TypeFieldDescriptionstatic final JZlib.WrapperType
JZlib.W_ANY
static final JZlib.WrapperType
JZlib.W_GZIP
static final JZlib.WrapperType
JZlib.W_NONE
static final JZlib.WrapperType
JZlib.W_ZLIB
Methods in com.jcraft.jzlib that return JZlib.WrapperTypeModifier and TypeMethodDescriptionstatic JZlib.WrapperType
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.WrapperTypeModifier and TypeMethodDescriptionint
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.WrapperTypeModifierConstructorDescriptionDeflater
(int level, int bits, int memlevel, JZlib.WrapperType wrapperType) Inflater
(int w, JZlib.WrapperType wrapperType) Inflater
(JZlib.WrapperType wrapperType)