JFlex
public final class StdOutWriter extends PrintWriter
| Constructor Summary | |
|---|---|
| StdOutWriter() A StdOutWriter, attached to System.out, no gui mode | |
| StdOutWriter(OutputStream out) A StdOutWrite, attached to the specified output stream, no gui mode | |
| Method Summary | |
|---|---|
| void | println()
Begin a new line. |
| void | setGUIMode(TextArea text)
Set the TextArea to write text to. |
| void | write(int c) Write a single character. |
| void | write(char[] buf, int off, int len) Write a portion of an array of characters. |
| void | write(String s, int off, int len) Write a portion of a string. |
null.
Parameters: text the TextArea to write to