Uses of Enum
com.jcraft.jzlib.JZlib.WrapperType
-
Uses of JZlib.WrapperType in com.jcraft.jzlib
Subclasses with type arguments of type JZlib.WrapperType in com.jcraft.jzlibFields in com.jcraft.jzlib declared as JZlib.WrapperTypeModifier and TypeFieldDescriptionstatic final JZlib.WrapperTypeJZlib.W_ANYstatic final JZlib.WrapperTypeJZlib.W_GZIPstatic final JZlib.WrapperTypeJZlib.W_NONEstatic final JZlib.WrapperTypeJZlib.W_ZLIBMethods in com.jcraft.jzlib that return JZlib.WrapperTypeModifier and TypeMethodDescriptionstatic JZlib.WrapperTypeReturns 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 TypeMethodDescriptionintZStream.deflateInit(int level, int bits, int memlevel, JZlib.WrapperType wrapperType) Deprecated.intZStream.inflateInit(int w, JZlib.WrapperType wrapperType) Deprecated.intZStream.inflateInit(JZlib.WrapperType wrapperType) Deprecated.intDeflater.init(int level, int bits, int memlevel, JZlib.WrapperType wrapperType) intInflater.init(int w, JZlib.WrapperType wrapperType) intInflater.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)