public final class JlEditConsole extends Object
AnsiConsole which uses non-autoflushing Streams.| Constructor and Description |
|---|
JlEditConsole() |
JlEditConsole(InputStream in,
PrintStream out,
PrintStream err) |
| Modifier and Type | Method and Description |
|---|---|
PrintStream |
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.
|
PrintStream |
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.
|
public JlEditConsole()
public JlEditConsole(InputStream in, PrintStream out, PrintStream err)
public PrintStream out()
public PrintStream err()
Copyright © 2013. All Rights Reserved.