public class GZIPCompressionInputStream extends CompressionInputStream
delegate
Constructor and Description |
---|
GZIPCompressionInputStream(InputStream in,
CompressionProvider provider) |
Modifier and Type | Method and Description |
---|---|
void |
close() |
protected static GZIPInputStream |
getDelegate(InputStream in) |
int |
read() |
getCompressionProvider, nextEntry, read, read
available, mark, markSupported, reset, skip
public GZIPCompressionInputStream(InputStream in, CompressionProvider provider) throws IOException
IOException
protected static GZIPInputStream getDelegate(InputStream in) throws IOException
IOException
public void close() throws IOException
close
in interface Closeable
close
in interface AutoCloseable
close
in class CompressionInputStream
IOException
public int read() throws IOException
read
in class CompressionInputStream
IOException
Copyright © 2018 Hitachi Vantara. All rights reserved.