Class | Description |
---|---|
AppendableByteArrayInputStream |
A
ByteArrayInputStream which allows to replace the byte buffer underneath. |
BoundedRangeInputStream |
This input stream implements the BoundedRangeModel and allows
the observation of the input reading process.
|
ByteArrayImageInputStream |
A
ByteArrayImageInputStream contains
an internal buffer that contains bytes that
may be read from the stream. |
ByteArrayImageOutputStream |
This class implements an image output stream in which the data is
written into a byte array.
|
ImageInputStreamAdapter |
ImageInputStreamAdapter.
|
ImageInputStreamImpl2 |
ImageInputStreamImpl2 fixes bugs in ImageInputStreamImpl. |
ImageOutputStreamAdapter |
Adapts an
ImageOutputStream for classes requiring an
OutputStream . |
SeekableByteArrayOutputStream |
SeekableByteArrayOutputStream . |
StreamPosTokenizer |
This extension of
StreamTokenizer keeps track
of the position of the tokens in the input stream, and it can
parse hexadecimal numbers and double numbers with exponents. |
SubImageInputStream |
SubImageInputStream.
|
SubImageOutputStream |
SubImageOutputStream . |
UncachedImageInputStream |
An implementation of
ImageInputStream that gets its input from a
regular InputStream . |