|
|
java > java.io > java.io.bufferedinputstream >
Class: java.io.BufferedInputStream java.lang.Object java.io.InputStream java.io.FilterInputStream java.io.BufferedInputStream
public class BufferedInputStream extends FilterInputStream
FIELDS:
protected byte[] buf protected int count protected int marklimit protected int markpos protected int pos |
|
|
|
CONSTRUCTORS:
METHODS:
INHERITED METHODS:
| read(), read(byte[]), read(byte[], int, int), skip(long), available(), close(), mark(int), reset(), markSupported(), read(), read(byte[]), read(byte[], int, int), skip(long), available(), close(), mark(int), reset(), markSupported(), getClass(), hashCode(), equals(java.lang.Object), clone(), toString(), notify(), notifyAll(), wait(long), wait(long, int), wait(), finalize(), |
|
|
|
SUBCLASSES:
|
|



|