Package de.christofreichardt.diagnosis.io
Contains primarily the definitions of the I/O streams used by the tracers.
-
Interface Summary Interface Description Indentable This interface defines the methodsIndentablePrintStreams must implement. -
Class Summary 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.