Class PushbackInputStream
java.lang.Object
java.io.InputStream
java.io.FilterInputStream
java.io.PushbackInputStream
-
Field Summary
FieldsFields inherited from class FilterInputStream
in -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class FilterInputStream
mark, read, reset
-
Field Details
-
buf
protected byte[] buf -
pos
protected int pos
-
-
Constructor Details
-
PushbackInputStream
-
PushbackInputStream
-
-
Method Details
-
available
- Overrides:
availablein classFilterInputStream- Throws:
IOException
-
close
- Overrides:
closein classFilterInputStream- Throws:
IOException
-
markSupported
public boolean markSupported()- Overrides:
markSupportedin classFilterInputStream
-
read
- Overrides:
readin classFilterInputStream- Throws:
IOException
-
read
- Overrides:
readin classFilterInputStream- Throws:
IOException
-
skip
- Overrides:
skipin classFilterInputStream- Throws:
IOException
-
unread
- Throws:
IOException
-
unread
- Throws:
IOException
-
unread
- Throws:
IOException
-