Class WindowsAnsiWriter

java.lang.Object
java.io.Writer
java.io.FilterWriter
org.jline.utils.AnsiWriter
org.jline.terminal.impl.jansi.win.WindowsAnsiWriter
All Implemented Interfaces:
Closeable, Flushable, Appendable, AutoCloseable

public final class WindowsAnsiWriter extends AnsiWriter
A Windows ANSI escape processor, that uses JNA to access native platform API's to change the console attributes.
Since:
1.0
Author:
Hiram Chirino, Joris Kuipers