| Interface | Description |
|---|---|
| Indentable |
Provides an API for management of indention state.
|
| Class | Description |
|---|---|
| ByteCountOutputStream |
Provides an output filter that counts the number of bytes written.
|
| IndentHandler |
Provides management of indention state.
|
| IndentingOutputStream |
Provides
OutputStream semantics with caller-controlled
indenting. |
| IndentingWriter |
Provides
Writer semantics with caller-controlled
indenting. |
| MultiReader |
Implements a simple switchable reader based on any number of underlying
readers.
|
| MultiStream |
Implements a simple switchable input stream based on any number of
underlying input streams.
|
| ReversibleReader |
Implements a reader can unread its input.
|
| StreamConnector |
General purpose service that connects two streams and forwards contents
of the input stream to the output stream.
|
| Author |
Nick Saxon |
| Date |
December 1, 2004 |
| Access Control |
CONFIDENTIAL |