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.WrapperTypeJZlib. W_ANYstatic JZlib.WrapperTypeJZlib. W_GZIPstatic JZlib.WrapperTypeJZlib. W_NONEstatic JZlib.WrapperTypeJZlib. W_ZLIBMethods in com.jcraft.jzlib that return JZlib.WrapperType Modifier and Type Method Description static JZlib.WrapperTypeJZlib.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 intZStream. 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.WrapperType Constructor Description Deflater(int level, int bits, int memlevel, JZlib.WrapperType wrapperType)Inflater(int w, JZlib.WrapperType wrapperType)Inflater(JZlib.WrapperType wrapperType)
-