Class WindowsAnsiPrintStream

All Implemented Interfaces:
Closeable, Flushable, Appendable, AutoCloseable

public final class WindowsAnsiPrintStream extends AnsiPrintStream
A Windows ANSI escape processor, that uses JNA to access native platform API's to change the console attributes (see Jansi native Kernel32).

The native library used is named jansi and is loaded using HawtJNI Runtime Library

Since:
1.7
See Also: