com.jcraft.jzlib
public class ZInputStream extends FilterInputStream
| Field Summary | |
|---|---|
| protected byte[] | buf |
| protected byte[] | buf1 |
| protected int | bufsize |
| protected boolean | compress |
| protected int | flush |
| protected InputStream | in |
| protected ZStream | z |
| Constructor Summary | |
|---|---|
| ZInputStream(InputStream in) | |
| ZInputStream(InputStream in, boolean nowrap) | |
| ZInputStream(InputStream in, int level) | |
| Method Summary | |
|---|---|
| void | close() |
| int | getFlushMode() |
| long | getTotalIn()
Returns the total number of bytes input so far. |
| long | getTotalOut()
Returns the total number of bytes output so far. |
| int | read() |
| int | read(byte[] b, int off, int len) |
| void | setFlushMode(int flush) |
| long | skip(long n) |