|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.io.InputStream
java.io.FilterInputStream
com.jcraft.jzlib.ZInputStream
@Deprecated public class ZInputStream
ZInputStream
Field Summary | |
---|---|
protected boolean |
compress
Deprecated. |
protected Deflater |
deflater
Deprecated. |
protected int |
flush
Deprecated. |
protected InflaterInputStream |
iis
Deprecated. |
protected java.io.InputStream |
in
Deprecated. |
Constructor Summary | |
---|---|
ZInputStream(java.io.InputStream in)
Deprecated. |
|
ZInputStream(java.io.InputStream in,
boolean nowrap)
Deprecated. |
|
ZInputStream(java.io.InputStream in,
int level)
Deprecated. |
Method Summary | |
---|---|
void |
close()
Deprecated. |
int |
getFlushMode()
Deprecated. |
long |
getTotalIn()
Deprecated. |
long |
getTotalOut()
Deprecated. |
int |
read()
Deprecated. |
int |
read(byte[] b,
int off,
int len)
Deprecated. |
void |
setFlushMode(int flush)
Deprecated. |
long |
skip(long n)
Deprecated. |
Methods inherited from class java.io.FilterInputStream |
---|
available, mark, markSupported, read, reset |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected int flush
protected boolean compress
protected java.io.InputStream in
protected Deflater deflater
protected InflaterInputStream iis
Constructor Detail |
---|
public ZInputStream(java.io.InputStream in) throws java.io.IOException
java.io.IOException
public ZInputStream(java.io.InputStream in, boolean nowrap) throws java.io.IOException
java.io.IOException
public ZInputStream(java.io.InputStream in, int level) throws java.io.IOException
java.io.IOException
Method Detail |
---|
public int read() throws java.io.IOException
read
in class java.io.FilterInputStream
java.io.IOException
public int read(byte[] b, int off, int len) throws java.io.IOException
read
in class java.io.FilterInputStream
java.io.IOException
public long skip(long n) throws java.io.IOException
skip
in class java.io.FilterInputStream
java.io.IOException
public int getFlushMode()
public void setFlushMode(int flush)
public long getTotalIn()
public long getTotalOut()
public void close() throws java.io.IOException
close
in interface java.io.Closeable
close
in class java.io.FilterInputStream
java.io.IOException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |