public final class ContinuousGzipInputStream
extends java.io.InputStream
ConitnuousGzipOutputStream
. This class needs the input stream to
decode only.Constructor and Description |
---|
ContinuousGzipInputStream(java.io.InputStream input)
Builds a decoder for streams encoded with
ConitnuousGzipOutputStream . |
Modifier and Type | Method and Description |
---|---|
int |
available() |
void |
close() |
int |
read() |
int |
read(byte[] b,
int off,
int len) |
public ContinuousGzipInputStream(java.io.InputStream input)
ConitnuousGzipOutputStream
.input
- the input stream to decodepublic int read() throws java.io.IOException
read
in class java.io.InputStream
java.io.IOException
public int read(byte[] b, int off, int len) throws java.io.IOException
read
in class java.io.InputStream
java.io.IOException
public void close() throws java.io.IOException
close
in interface java.io.Closeable
close
in interface java.lang.AutoCloseable
close
in class java.io.InputStream
java.io.IOException
public int available() throws java.io.IOException
available
in class java.io.InputStream
java.io.IOException