Uses of Class
org.fusesource.jansi.AnsiPrintStream
-
Packages that use AnsiPrintStream Package Description org.fusesource.jansi -
-
Uses of AnsiPrintStream in org.fusesource.jansi
Methods in org.fusesource.jansi that return AnsiPrintStream Modifier and Type Method Description private 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, java.lang.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.
-