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 |
read() |
available, close, mark, markSupported, read, read, reset, skip
protected InputStream in
protected FilterInputStream(InputStream var0)
public int read() throws IOException
read
in class InputStream
IOException