org.adougou.cline
Class TextAreaOutputStream

java.lang.Object
  |
  +--java.io.OutputStream
        |
        +--org.adougou.cline.TextAreaOutputStream

public class TextAreaOutputStream
extends java.io.OutputStream

OutputStream for printing to a TextArea.

See Also:
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

write

public void write(int b)
           throws java.io.IOException
Overrides:
write in class java.io.OutputStream

flush

public void flush()
Overrides:
flush in class java.io.OutputStream

close

public void close()
Close and flush() the stream.
Overrides:
close in class java.io.OutputStream