@Deprecated public class ZInputStream extends FilterInputStream
| Modifier and Type | Field and Description |
|---|---|
protected boolean |
compress
Deprecated.
|
protected Deflater |
deflater
Deprecated.
|
protected int |
flush
Deprecated.
|
protected InflaterInputStream |
iis
Deprecated.
|
protected InputStream |
in
Deprecated.
|
| Constructor and Description |
|---|
ZInputStream(InputStream in)
Deprecated.
|
ZInputStream(InputStream in,
boolean nowrap)
Deprecated.
|
ZInputStream(InputStream in,
int level)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
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.
|
available, mark, markSupported, read, resetprotected int flush
protected boolean compress
protected InputStream in
protected Deflater deflater
protected InflaterInputStream iis
public ZInputStream(InputStream in) throws IOException
IOExceptionpublic ZInputStream(InputStream in, boolean nowrap) throws IOException
IOExceptionpublic ZInputStream(InputStream in, int level) throws IOException
IOExceptionpublic int read()
throws IOException
read in class FilterInputStreamIOExceptionpublic int read(byte[] b,
int off,
int len)
throws IOException
read in class FilterInputStreamIOExceptionpublic 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 interface AutoCloseableclose in class FilterInputStreamIOExceptionCopyright © 2015. All rights reserved.