Uses of Class
org.fusesource.jansi.AnsiPrintStream

Packages that use AnsiPrintStream
Package
Description
 
  • Uses of AnsiPrintStream in org.fusesource.jansi

    Methods in org.fusesource.jansi that return AnsiPrintStream
    Modifier and Type
    Method
    Description
    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.
    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.