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 AnsiPrintStreamAnsiConsole.ansiStream(boolean stdout) static AnsiPrintStreamAnsiConsole.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 AnsiPrintStreamAnsiConsole.newPrintStream(AnsiOutputStream out, String enc) static AnsiPrintStreamAnsiConsole.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.