public class BufferedInputStream extends FilterInputStream
| Modifier and Type | Field and Description |
|---|---|
protected byte[] |
buf |
protected int |
count |
protected int |
marklimit |
protected int |
markpos |
protected int |
pos |
in| Constructor and Description |
|---|
BufferedInputStream(InputStream var0) |
BufferedInputStream(InputStream var0,
int var1) |
readavailable, close, mark, markSupported, read, read, reset, skipprotected byte[] buf
protected int count
protected int marklimit
protected int markpos
protected int pos
public BufferedInputStream(InputStream var0)
public BufferedInputStream(InputStream var0, int var1)