Uses of Enum Class
com.jcraft.jzlib.JZlib.WrapperType
Packages that use JZlib.WrapperType
- 
Uses of 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 class with the specified name.static JZlib.WrapperType[]JZlib.WrapperType.values()Returns an array containing the constants of this enum class, 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) intZStream.inflateInit(int w, JZlib.WrapperType wrapperType) intZStream.inflateInit(JZlib.WrapperType wrapperType) 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)