Klasse java.io.FilterInputStream | 1.0 |
java.lang.Object | +--java.io.InputStream | +--java.io.FilterInputStream
Datenelemente | |
---|---|
protected InputStream | in |
Konstruktoren | |
---|---|
protected | FilterInputStream(InputStream in) |
Methoden | |
---|---|
public int | available() |
public void | close() |
public synchronized void | mark(int readlimit) |
public boolean | markSupported() |
public int | read() |
public int | read(byte[] b) |
public int | read(byte[] b, int off, int len) |
public synchronized void | reset() |
public long | skip(long n) |