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