public final class Inflater extends ZStream
avail_in, avail_out, msg, next_in, next_in_index, next_out, next_out_index, total_in, total_out
Constructor and Description |
---|
Inflater() |
Inflater(boolean nowrap) |
Inflater(int w) |
Inflater(int w,
boolean nowrap) |
Inflater(int w,
com.codename1.io.gzip.JZlib.WrapperType wrapperType) |
Inflater(com.codename1.io.gzip.JZlib.WrapperType wrapperType) |
Modifier and Type | Method and Description |
---|---|
int |
end()
Those methods are expected to be override by Inflater and Deflater.
|
boolean |
finished() |
int |
inflate(int f) |
int |
init() |
int |
init(boolean nowrap) |
int |
init(int w) |
int |
init(int w,
boolean nowrap) |
int |
init(int w,
com.codename1.io.gzip.JZlib.WrapperType wrapperType) |
int |
init(com.codename1.io.gzip.JZlib.WrapperType wrapperType) |
int |
setDictionary(byte[] dictionary,
int dictLength) |
int |
sync() |
int |
syncPoint() |
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
public Inflater()
public Inflater(com.codename1.io.gzip.JZlib.WrapperType wrapperType) throws GZIPException
GZIPException
public Inflater(int w, com.codename1.io.gzip.JZlib.WrapperType wrapperType) throws GZIPException
GZIPException
public Inflater(int w) throws GZIPException
GZIPException
public Inflater(boolean nowrap) throws GZIPException
GZIPException
public Inflater(int w, boolean nowrap) throws GZIPException
GZIPException
public int init()
public int init(com.codename1.io.gzip.JZlib.WrapperType wrapperType)
public int init(int w, com.codename1.io.gzip.JZlib.WrapperType wrapperType)
public int init(boolean nowrap)
public int init(int w)
public int init(int w, boolean nowrap)
public int end()
ZStream
public int sync()
public int syncPoint()
public int setDictionary(byte[] dictionary, int dictLength)