public class FilterInputStream extends InputStream
| Modifier and Type | Field and Description |
|---|---|
protected InputStream |
in |
| Modifier | Constructor and Description |
|---|---|
protected |
FilterInputStream(InputStream var0) |
| Modifier and Type | Method and Description |
|---|---|
int |
available() |
void |
close() |
void |
mark(int var0) |
boolean |
markSupported() |
int |
read() |
int |
read(byte[] var0) |
int |
read(byte[] var0,
int var1,
int var2) |
void |
reset() |
long |
skip(long var0) |
protected InputStream in
protected FilterInputStream(InputStream var0)
public int available()
throws IOException
available in class InputStreamIOExceptionpublic void close()
throws IOException
close in class InputStreamIOExceptionpublic void mark(int var0)
mark in class InputStreampublic boolean markSupported()
markSupported in class InputStreampublic int read()
throws IOException
read in class InputStreamIOExceptionpublic int read(byte[] var0)
throws IOException
read in class InputStreamIOExceptionpublic int read(byte[] var0,
int var1,
int var2)
throws IOException
read in class InputStreamIOExceptionpublic void reset()
throws IOException
reset in class InputStreamIOExceptionpublic long skip(long var0)
throws IOException
skip in class InputStreamIOException