public class ZIPCompressionInputStream extends CompressionInputStream
delegate| 构造器和说明 |
|---|
ZIPCompressionInputStream(InputStream in,
CompressionProvider provider) |
| 限定符和类型 | 方法和说明 |
|---|---|
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 在接口中 Closeableclose 在接口中 AutoCloseableclose 在类中 CompressionInputStreamIOExceptionpublic int read()
throws IOException
read 在类中 CompressionInputStreamIOExceptionpublic Object nextEntry() throws IOException
nextEntry 在类中 CompressionInputStreamIOExceptionCopyright © 2024 Hitachi Vantara. All rights reserved.