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