|
|||||||||
| 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 InputStream |
in
Deprecated. |
| Constructor Summary | |
|---|---|
ZInputStream(InputStream in)
Deprecated. |
|
ZInputStream(InputStream in,
boolean nowrap)
Deprecated. |
|
ZInputStream(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 InputStream in
protected Deflater deflater
protected InflaterInputStream iis
| Constructor Detail |
|---|
public ZInputStream(InputStream in)
throws IOException
IOException
public ZInputStream(InputStream in,
boolean nowrap)
throws IOException
IOException
public ZInputStream(InputStream in,
int level)
throws IOException
IOException| Method Detail |
|---|
public int read()
throws IOException
read in class FilterInputStreamIOException
public int read(byte[] b,
int off,
int len)
throws IOException
read in class FilterInputStreamIOException
public long skip(long n)
throws IOException
skip in class FilterInputStreamIOExceptionpublic int getFlushMode()
public void setFlushMode(int flush)
public long getTotalIn()
public long getTotalOut()
public void close()
throws IOException
close in interface Closeableclose in class FilterInputStreamIOException
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||