Package com.jcraft.jzlib
Class Inflater
- java.lang.Object
-
- com.jcraft.jzlib.ZStream
-
- com.jcraft.jzlib.Inflater
-
public final class Inflater extends ZStream
-
-
Field Summary
-
Fields inherited from class com.jcraft.jzlib.ZStream
avail_in, avail_out, msg, next_in, next_in_index, next_out, next_out_index, total_in, total_out
-
-
Constructor Summary
Constructors Constructor Description Inflater()Inflater(boolean nowrap)Inflater(int w)Inflater(int w, boolean nowrap)Inflater(int w, JZlib.WrapperType wrapperType)Inflater(JZlib.WrapperType wrapperType)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intend()booleanfinished()intinflate(int f)intinit()intinit(boolean nowrap)intinit(int w)intinit(int w, boolean nowrap)intinit(int w, JZlib.WrapperType wrapperType)intinit(JZlib.WrapperType wrapperType)intsetDictionary(byte[] dictionary, int dictLength)intsync()intsyncPoint()-
Methods inherited from class com.jcraft.jzlib.ZStream
deflate, deflateEnd, deflateInit, deflateInit, deflateInit, deflateInit, deflateInit, deflateInit, deflateParams, deflateSetDictionary, free, getAdler, getAvailIn, getAvailOut, getMessage, getNextIn, getNextInIndex, getNextOut, getNextOutIndex, getTotalIn, getTotalOut, inflateEnd, inflateFinished, inflateInit, inflateInit, inflateInit, inflateInit, inflateInit, inflateInit, inflateSetDictionary, inflateSync, inflateSyncPoint, setAvailIn, setAvailOut, setInput, setInput, setInput, setNextIn, setNextInIndex, setNextOut, setNextOutIndex, setOutput, setOutput
-
-
-
-
Constructor Detail
-
Inflater
public Inflater()
-
Inflater
public Inflater(JZlib.WrapperType wrapperType) throws GZIPException
- Throws:
GZIPException
-
Inflater
public Inflater(int w, JZlib.WrapperType wrapperType) throws GZIPException- Throws:
GZIPException
-
Inflater
public Inflater(int w) throws GZIPException- Throws:
GZIPException
-
Inflater
public Inflater(boolean nowrap) throws GZIPException- Throws:
GZIPException
-
Inflater
public Inflater(int w, boolean nowrap) throws GZIPException- Throws:
GZIPException
-
-
Method Detail
-
init
public int init()
-
init
public int init(JZlib.WrapperType wrapperType)
-
init
public int init(int w, JZlib.WrapperType wrapperType)
-
init
public int init(boolean nowrap)
-
init
public int init(int w)
-
init
public int init(int w, boolean nowrap)
-
sync
public int sync()
-
syncPoint
public int syncPoint()
-
setDictionary
public int setDictionary(byte[] dictionary, int dictLength)
-
-