public final class Console
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static int |
INITIAL_HEIGHT |
static int |
INITIAL_WIDTH |
private StdOut |
se |
private StdOut |
so |
Constructor and Description |
---|
Console(java.lang.Process p) |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getErrorData() |
java.lang.String |
getOutputData() |
static void |
main(java.lang.String[] args) |
public static final int INITIAL_WIDTH
public static final int INITIAL_HEIGHT
private StdOut so
private StdOut se