See: Description
| Interface | Description |
|---|---|
| Indentable |
This interface defines the methods
IndentablePrintStreams must implement. |
| Class | Description |
|---|---|
| IndentablePrintStream |
The base class of all indentable print streams.
|
| NullOutputStream |
This OutputStream discards all bytes that are written into it.
|
| NullPrintStream |
The tracer classes return such a NullPrintStream when the current state and the configuration demands that no output should be written.
|
| TracePrintStream |
This is the main implementation of an indentable PrintStream.
|
Copyright © 2014. All rights reserved.