Uses of Class
com.jcraft.jzlib.JZlib.WrapperType
-
-
Uses of JZlib.WrapperType in com.jcraft.jzlib
Fields in com.jcraft.jzlib declared as JZlib.WrapperType Modifier and Type Field 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
Methods in com.jcraft.jzlib that return JZlib.WrapperType Modifier and Type Method 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.Methods in com.jcraft.jzlib with parameters of type JZlib.WrapperType Modifier and Type Method 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)
Constructors in com.jcraft.jzlib with parameters of type JZlib.WrapperType Constructor Description Deflater(int level, int bits, int memlevel, JZlib.WrapperType wrapperType)
Inflater(int w, JZlib.WrapperType wrapperType)
Inflater(JZlib.WrapperType wrapperType)
-