|
|||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |
BuffedInputStream
provides the ability to read from a stream without
consuming it.
See:
Description
Class Summary | |
---|---|
BufferedInputStream | This class allows the enabling of mark support on an input stream. |
Exception Summary | |
---|---|
MarkReachedException | This exception should be thrown if someone reads more bytes from a
BufferedInputStream as marked. |
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.
|
|||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |