public class DeflateInputStream extends InputStream
| Constructor and Description |
|---|
DeflateInputStream(InputStream wrapped) |
public DeflateInputStream(InputStream wrapped) throws IOException
IOException
public int read()
throws IOException
read在
InputStream
IOException
public int read(byte[] b)
throws IOException
read在
InputStream
IOException
public int read(byte[] b,
int off,
int len)
throws IOException
read在
InputStream
IOException
public long skip(long n)
throws IOException
skip在
InputStream
IOException
public int available()
throws IOException
available在
InputStream
IOException
public void mark(int readLimit)
mark在
InputStream类
public void reset()
throws IOException
reset在
InputStream
IOException
public boolean markSupported()
markSupported在
InputStream
public void close()
throws IOException
close在界面
Closeable
close在接口
AutoCloseable
close在
InputStream
IOException
Copyright © 1999–2017 The Apache Software Foundation. All rights reserved.