public class FilterInputStream extends InputStream
Modifier and Type | Field and Description |
---|---|
protected InputStream |
in |
Modifier | Constructor and Description |
---|---|
protected |
FilterInputStream(InputStream input) |
protected volatile InputStream in
protected FilterInputStream(InputStream input)
public int read() throws IOException
read
in class InputStream
IOException
public int read(byte[] b) throws IOException, NullPointerException
read
in class InputStream
IOException
NullPointerException
public int read(byte[] b, int off, int len) throws IOException, NullPointerException, ArrayIndexOutOfBoundsException
read
in class InputStream
IOException
NullPointerException
ArrayIndexOutOfBoundsException
public long skip(long n) throws IOException
skip
in class InputStream
IOException
public int available() throws IOException
available
in class InputStream
IOException
public void close() throws IOException
close
in class InputStream
IOException
public void mark(int readLimit)
mark
in class InputStream
public void reset() throws IOException
reset
in class InputStream
IOException
public boolean markSupported()
markSupported
in class InputStream