org.demac.impl.j2me.desktop
Class TextAreaOutputStream

java.lang.Object
  extended by java.io.OutputStream
      extended by org.demac.impl.j2me.desktop.TextAreaOutputStream
All Implemented Interfaces:
java.io.Closeable, java.io.Flushable

public class TextAreaOutputStream
extends java.io.OutputStream

TODO


Constructor Summary
TextAreaOutputStream(java.awt.TextArea text)
           
 
Method Summary
 void write(byte[] buffer, int offset, int count)
           
 void write(int b)
           
 
Methods inherited from class java.io.OutputStream
close, flush, write
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TextAreaOutputStream

public TextAreaOutputStream(java.awt.TextArea text)
Method Detail

write

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

write

public void write(byte[] buffer,
                  int offset,
                  int count)
           throws java.io.IOException
Overrides:
write in class java.io.OutputStream
Throws:
java.io.IOException