public abstract class CompressionInputStream extends InputStream
| 限定符和类型 | 字段和说明 |
|---|---|
protected InputStream |
delegate |
| 构造器和说明 |
|---|
CompressionInputStream(InputStream in,
CompressionProvider provider) |
| 限定符和类型 | 方法和说明 |
|---|---|
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 在接口中 Closeableclose 在接口中 AutoCloseableclose 在类中 InputStreamIOExceptionpublic int read()
throws IOException
read 在类中 InputStreamIOExceptionpublic int read(byte[] b)
throws IOException
read 在类中 InputStreamIOExceptionpublic int read(byte[] b,
int off,
int len)
throws IOException
read 在类中 InputStreamIOExceptionCopyright © 2024 Hitachi Vantara. All rights reserved.