Package java.io

Class ByteArrayInputStream

extends InputStreamObject

A ByteArrayInputStream contains an internal buffer containing bytes that may be read from the stream. An internal counter keeps track of the next byte to be supplied by the read method.

Public Constructors

Public Methods

Methods inherited from java.io.InputStream

Methods inherited from java.lang.Object

_INSERT_INHERITED_METHOD_ENTRY_HERE_

_INSERT_FIELDS_ENTRY_HERE_