Uses of Class
org.fusesource.jansi.AnsiPrintStream
Packages that use AnsiPrintStream
-
Uses of AnsiPrintStream in org.fusesource.jansi
Methods in org.fusesource.jansi that return AnsiPrintStreamModifier and TypeMethodDescriptionprivate static AnsiPrintStream
AnsiConsole.ansiStream
(boolean stdout) static AnsiPrintStream
AnsiConsole.err()
If the standard out natively supports ANSI escape codes, then this just returns System.err, otherwise it will provide an ANSI aware PrintStream which strips out the ANSI escape sequences or which implement the escape sequences.private static AnsiPrintStream
AnsiConsole.newPrintStream
(AnsiOutputStream out, String enc) static AnsiPrintStream
AnsiConsole.out()
If the standard out natively supports ANSI escape codes, then this just returns System.out, otherwise it will provide an ANSI aware PrintStream which strips out the ANSI escape sequences or which implement the escape sequences.