|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.io.InputStream
java.io.FilterInputStream
java.io.BufferedInputStream
public class BufferedInputStream
Field Summary | |
---|---|
protected byte[] |
buf
|
protected int |
count
|
protected int |
marklimit
|
protected int |
markpos
|
protected int |
pos
|
Fields inherited from class java.io.FilterInputStream |
---|
in |
Constructor Summary | |
---|---|
BufferedInputStream(InputStream var0)
|
|
BufferedInputStream(InputStream var0,
int var1)
|
Method Summary |
---|
Methods inherited from class java.io.FilterInputStream |
---|
read |
Methods inherited from class java.io.InputStream |
---|
available, close, mark, markSupported, read, read, reset, skip |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected byte[] buf
protected int count
protected int marklimit
protected int markpos
protected int pos
Constructor Detail |
---|
public BufferedInputStream(InputStream var0)
public BufferedInputStream(InputStream var0, int var1)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |