|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectjava.io.OutputStream
jhomenet.server.console.io.ConsoleOutputStream
public class ConsoleOutputStream
A console output stream class.
Id: $Id: $
OutputStream| Constructor Summary | |
|---|---|
ConsoleOutputStream(javax.swing.JTextArea textArea)
Default constructor. |
|
| Method Summary | |
|---|---|
void |
write(int value)
Write to the output stream. |
| Methods inherited from class java.io.OutputStream |
|---|
close, flush, write, write |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ConsoleOutputStream(javax.swing.JTextArea textArea)
textArea - The text area to write the output data to| Method Detail |
|---|
public void write(int value)
write in class java.io.OutputStreamvalue - The value to write to the stream
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||