public class ConsoleTools
extends java.lang.Object
Modifier and Type | Class and Description |
---|---|
private static class |
ConsoleTools.FixedStream |
Modifier and Type | Field and Description |
---|---|
private static boolean |
isFixed |
private static java.io.OutputStream |
lastStream |
Constructor and Description |
---|
ConsoleTools() |
Modifier and Type | Method and Description |
---|---|
static void |
fixConsole()
Inserts a 200ms delay into the System.err or System.out OutputStreams
every time the output switches from one to the other.
|
private static boolean isFixed
private static java.io.OutputStream lastStream
public static void fixConsole()