public
classByteArrayInputStream
extends InputStream
Overview
Inheritance
Members
Usage
Source
Books
SinceJDK1.0
Version1.53, 05/05/07
Author(s)Arthur van Hoff
A ByteArrayInputStream 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 read method.
Closing a ByteArrayInputStream has no effect. The methods in
this class can be called after the stream has been closed without
generating an IOException.
ByteArrayInputStreamcontains 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 thereadmethod.Closing a ByteArrayInputStream has no effect. The methods in this class can be called after the stream has been closed without generating an IOException.