Changed Methods |
void mark(int )
|
Method was inherited from FilterInputStream, but is now defined locally.
|
Marks the current position in this input stream. |
boolean markSupported()
|
Method was inherited from FilterInputStream, but is now defined locally.
|
Tests if this input stream supports the mark and
reset methods. |
void reset()
|
Method was inherited from FilterInputStream, but is now defined locally.
|
Repositions this stream to the position at the time the
mark method was last called on this input stream. |