public abstract class CompressionInputStream extends InputStream
| Modifier and Type | Field and Description |
|---|---|
protected InputStream |
delegate |
| Constructor and Description |
|---|
CompressionInputStream(InputStream in,
CompressionProvider provider) |
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
CompressionProvider |
getCompressionProvider() |
Object |
nextEntry() |
int |
read() |
int |
read(byte[] b) |
int |
read(byte[] b,
int off,
int len) |
available, mark, markSupported, reset, skipprotected InputStream delegate
public CompressionInputStream(InputStream in, CompressionProvider provider)
public CompressionProvider getCompressionProvider()
public Object nextEntry() throws IOException
IOExceptionpublic void close()
throws IOException
close in interface Closeableclose in interface AutoCloseableclose in class InputStreamIOExceptionpublic int read()
throws IOException
read in class InputStreamIOExceptionpublic int read(byte[] b)
throws IOException
read in class InputStreamIOExceptionpublic int read(byte[] b,
int off,
int len)
throws IOException
read in class InputStreamIOExceptionCopyright © 2018 Hitachi Vantara. All rights reserved.