Class AnsiOutputStream

All Implemented Interfaces:
Closeable, Flushable, AutoCloseable

public class AnsiOutputStream extends FilterOutputStream
A ANSI print stream extracts ANSI escape codes written to an output stream and calls corresponding AnsiProcessor.process* methods. This particular class is not synchronized for improved performances.

For more information about ANSI escape codes, see Wikipedia article

Since:
1.0
See Also: