|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Object
|
+--java.io.OutputStream
|
+--org.adougou.cline.TextAreaOutputStream
OutputStream for printing to a TextArea.
TextArea,
TextAreaPrompt,
TextAreaInputStream| Method Summary | |
void |
close()
Close and flush() the stream. |
void |
flush()
|
void |
write(int b)
|
| Methods inherited from class java.io.OutputStream |
write, write |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
public void write(int b)
throws java.io.IOException
write in class java.io.OutputStreampublic void flush()
flush in class java.io.OutputStreampublic void close()
close in class java.io.OutputStream
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||