hunt.stream.ByteArrayInputStream

Undocumented in source.

Members

Classes

ByteArrayInputStream
class ByteArrayInputStream

A <code>ByteArrayInputStream</code> contains an internal buffer that contains bytes that may be read from the stream. An internal counter keeps track of the next byte to be supplied by the <code>read</code> method. <p> Closing a <tt>ByteArrayInputStream</tt> has no effect. The methods in this class can be called after the stream has been closed without generating an <tt>IOException</tt>.

Meta