de.skrueger.xulu.plugin.gnur
Class SwingIO.TextAreaOutputStream

java.lang.Object
  extended by java.io.OutputStream
      extended by de.skrueger.xulu.plugin.gnur.SwingIO.TextAreaOutputStream
All Implemented Interfaces:
Closeable, Flushable
Enclosing class:
SwingIO

public class SwingIO.TextAreaOutputStream
extends OutputStream


Method Summary
 void flush()
           
 void write(int b)
           
 
Methods inherited from class java.io.OutputStream
close, write, write
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

flush

public void flush()
Specified by:
flush in interface Flushable
Overrides:
flush in class OutputStream

write

public void write(int b)
Specified by:
write in class OutputStream