Package org.ws4d.java.io.buffered

The class 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.
 

Package org.ws4d.java.io.buffered Description

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.