@Deprecated public class ZStream extends Object
Modifier and Type | Field and Description |
---|---|
int |
avail_in
Deprecated.
|
int |
avail_out
Deprecated.
|
String |
msg
Deprecated.
|
byte[] |
next_in
Deprecated.
|
int |
next_in_index
Deprecated.
|
byte[] |
next_out
Deprecated.
|
int |
next_out_index
Deprecated.
|
long |
total_in
Deprecated.
|
long |
total_out
Deprecated.
|
Constructor and Description |
---|
ZStream()
Deprecated.
|
ZStream(com.codename1.io.gzip.Checksum adler)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
int |
deflate(int flush)
Deprecated.
|
int |
deflateEnd()
Deprecated.
|
int |
deflateInit(int level)
Deprecated.
|
int |
deflateInit(int level,
boolean nowrap)
Deprecated.
|
int |
deflateInit(int level,
int bits)
Deprecated.
|
int |
deflateInit(int level,
int bits,
boolean nowrap)
Deprecated.
|
int |
deflateInit(int level,
int bits,
int memlevel)
Deprecated.
|
int |
deflateInit(int level,
int bits,
int memlevel,
com.codename1.io.gzip.JZlib.WrapperType wrapperType)
Deprecated.
|
int |
deflateParams(int level,
int strategy)
Deprecated.
|
int |
deflateSetDictionary(byte[] dictionary,
int dictLength)
Deprecated.
|
int |
end()
Deprecated.
Those methods are expected to be override by Inflater and Deflater.
|
boolean |
finished()
Deprecated.
|
void |
free()
Deprecated.
|
long |
getAdler()
Deprecated.
|
int |
getAvailIn()
Deprecated.
|
int |
getAvailOut()
Deprecated.
|
String |
getMessage()
Deprecated.
|
byte[] |
getNextIn()
Deprecated.
|
int |
getNextInIndex()
Deprecated.
|
byte[] |
getNextOut()
Deprecated.
|
int |
getNextOutIndex()
Deprecated.
|
long |
getTotalIn()
Deprecated.
|
long |
getTotalOut()
Deprecated.
|
int |
inflate(int f)
Deprecated.
|
int |
inflateEnd()
Deprecated.
|
boolean |
inflateFinished()
Deprecated.
|
int |
inflateInit()
Deprecated.
|
int |
inflateInit(boolean nowrap)
Deprecated.
|
int |
inflateInit(int w)
Deprecated.
|
int |
inflateInit(int w,
boolean nowrap)
Deprecated.
|
int |
inflateInit(int w,
com.codename1.io.gzip.JZlib.WrapperType wrapperType)
Deprecated.
|
int |
inflateInit(com.codename1.io.gzip.JZlib.WrapperType wrapperType)
Deprecated.
|
int |
inflateSetDictionary(byte[] dictionary,
int dictLength)
Deprecated.
|
int |
inflateSync()
Deprecated.
|
int |
inflateSyncPoint()
Deprecated.
|
void |
setAvailIn(int avail_in)
Deprecated.
|
void |
setAvailOut(int avail_out)
Deprecated.
|
void |
setInput(byte[] buf)
Deprecated.
|
void |
setInput(byte[] buf,
boolean append)
Deprecated.
|
void |
setInput(byte[] buf,
int off,
int len,
boolean append)
Deprecated.
|
void |
setNextIn(byte[] next_in)
Deprecated.
|
void |
setNextInIndex(int next_in_index)
Deprecated.
|
void |
setNextOut(byte[] next_out)
Deprecated.
|
void |
setNextOutIndex(int next_out_index)
Deprecated.
|
void |
setOutput(byte[] buf)
Deprecated.
|
void |
setOutput(byte[] buf,
int off,
int len)
Deprecated.
|
public byte[] next_in
public int next_in_index
public int avail_in
public long total_in
public byte[] next_out
public int next_out_index
public int avail_out
public long total_out
public String msg
public ZStream()
public ZStream(com.codename1.io.gzip.Checksum adler)
public int inflateInit()
public int inflateInit(boolean nowrap)
public int inflateInit(int w)
public int inflateInit(com.codename1.io.gzip.JZlib.WrapperType wrapperType)
public int inflateInit(int w, com.codename1.io.gzip.JZlib.WrapperType wrapperType)
public int inflateInit(int w, boolean nowrap)
public int inflate(int f)
public int inflateEnd()
public int inflateSync()
public int inflateSyncPoint()
public int inflateSetDictionary(byte[] dictionary, int dictLength)
public boolean inflateFinished()
public int deflateInit(int level)
public int deflateInit(int level, boolean nowrap)
public int deflateInit(int level, int bits)
public int deflateInit(int level, int bits, int memlevel, com.codename1.io.gzip.JZlib.WrapperType wrapperType)
public int deflateInit(int level, int bits, int memlevel)
public int deflateInit(int level, int bits, boolean nowrap)
public int deflate(int flush)
public int deflateEnd()
public int deflateParams(int level, int strategy)
public int deflateSetDictionary(byte[] dictionary, int dictLength)
public long getAdler()
public void free()
public void setOutput(byte[] buf)
public void setOutput(byte[] buf, int off, int len)
public void setInput(byte[] buf)
public void setInput(byte[] buf, boolean append)
public void setInput(byte[] buf, int off, int len, boolean append)
public byte[] getNextIn()
public void setNextIn(byte[] next_in)
public int getNextInIndex()
public void setNextInIndex(int next_in_index)
public int getAvailIn()
public void setAvailIn(int avail_in)
public byte[] getNextOut()
public void setNextOut(byte[] next_out)
public int getNextOutIndex()
public void setNextOutIndex(int next_out_index)
public int getAvailOut()
public void setAvailOut(int avail_out)
public long getTotalOut()
public long getTotalIn()
public String getMessage()
public int end()
public boolean finished()