public final class Inflater
Constructors
Methods
Inherited fields
From ZStream
nextIn, nextInIndex, availIn, totalIn, nextOut, nextOutIndex, availOut, totalOut, msg
Inherited methods
From ZStream
inflateInit, inflateInit, inflateInit, inflateInit, inflateInit, inflateInit, inflateEnd, inflateSync, inflateSyncPoint, inflateSetDictionary, inflateFinished, deflateInit, deflateInit, deflateInit, deflateInit, deflateInit, deflateInit, deflate, deflateEnd, deflateParams, deflateSetDictionary, getAdler, free, setOutput, setOutput, setInput, setInput, setInput, getNextIn, setNextIn, getNextInIndex, setNextInIndex, getAvailIn, setAvailIn, getNextOut, setNextOut, getNextOutIndex, setNextOutIndex, getAvailOut, setAvailOut, getTotalOut, getTotalIn, getMessage
Constructor details
Inflater
public Inflater()Inflater
public Inflater(JZlib.WrapperType wrapperType)
throws GZIPExceptionThrows
Inflater
public Inflater(int w, JZlib.WrapperType wrapperType)
throws GZIPExceptionThrows
Inflater
public Inflater(int w)
throws GZIPExceptionThrows
Inflater
public Inflater(boolean nowrap)
throws GZIPExceptionThrows
Inflater
public Inflater(int w, boolean nowrap)
throws GZIPExceptionThrows
Method details
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)inflate
public int inflate(int f)end
public int end()Those methods are expected to be override by Inflater and Deflater.
In the future, they will become abstract methods.
sync
public int sync()syncPoint
public int syncPoint()setDictionary
public int setDictionary(byte[] dictionary, int dictLength)finished
public boolean finished()