| Class | Description |
|---|---|
| FastBufferedInputStream |
A
BufferedInputStream adds
functionality to another input stream-namely,
the ability to buffer the input and to
support the mark and reset
methods. |
| FastBufferedOutputStream |
The class implements a buffered output stream.
|
| FastByteArrayInputStream |
A
ByteArrayInputStream contains
an internal buffer that contains bytes that
may be read from the stream. |
| FastByteArrayOutputStream |
This class implements an output stream in which the data is
written into a byte array.
|
| Globs |