public class ZIPCompressionInputStream extends CompressionInputStream
delegate| Constructor and Description |
|---|
ZIPCompressionInputStream(InputStream in,
CompressionProvider provider) |
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
protected static ZipInputStream |
getDelegate(InputStream in) |
Object |
nextEntry() |
int |
read() |
getCompressionProvider, read, readavailable, mark, markSupported, reset, skippublic ZIPCompressionInputStream(InputStream in, CompressionProvider provider) throws IOException
IOExceptionprotected static ZipInputStream getDelegate(InputStream in) throws IOException
IOExceptionpublic void close()
throws IOException
close in interface Closeableclose in interface AutoCloseableclose in class CompressionInputStreamIOExceptionpublic int read()
throws IOException
read in class CompressionInputStreamIOExceptionpublic Object nextEntry() throws IOException
nextEntry in class CompressionInputStreamIOExceptionCopyright © 2020 Hitachi Vantara. All rights reserved.