Closeable
, AutoCloseable
, InputStreamWrapper
public class GZipDeflatingInputStream extends InputStream implements InputStreamWrapper
Constructor | Description |
---|---|
GZipDeflatingInputStream(InputStream inputStream) |
Modifier and Type | Method | Description |
---|---|---|
int |
available() |
|
void |
close() |
|
InputStream |
getWrappedInputStream() |
|
int |
read() |
|
int |
read(byte[] b,
int off,
int len) |
mark, markSupported, read, readAllBytes, readNBytes, reset, skip, transferTo
public GZipDeflatingInputStream(InputStream inputStream) throws IOException
IOException
public int read() throws IOException
read
in class InputStream
IOException
public int read(byte[] b, int off, int len) throws IOException
read
in class InputStream
IOException
public int available() throws IOException
available
in class InputStream
IOException
public void close() throws IOException
close
in interface AutoCloseable
close
in interface Closeable
close
in class InputStream
IOException
public InputStream getWrappedInputStream()
getWrappedInputStream
in interface InputStreamWrapper