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, skip
protected InputStream delegate
public CompressionInputStream(InputStream in, CompressionProvider provider)
public CompressionProvider getCompressionProvider()
public Object nextEntry() throws IOException
IOException
public void close() throws IOException
close
in interface Closeable
close
in interface AutoCloseable
close
in class InputStream
IOException
public int read() throws IOException
read
in class InputStream
IOException
public int read(byte[] b) throws IOException
read
in class InputStream
IOException
public int read(byte[] b, int off, int len) throws IOException
read
in class InputStream
IOException
Copyright © 2018 Hitachi Vantara. All rights reserved.