BuffedInputStream provides the ability to read from a stream without
consuming it.See: Description
| Class | Description |
|---|---|
| BufferedInputStream |
A
BufferedInputStream adds functionality to another input stream-namely, the ability
to buffer the input and to support the mark and reset methods. |
The class BuffedInputStream provides the ability to read from a stream without
consuming it. A MarkReachedException is thrown if more bytes are read than the stream
contains.