tools.jinnide
Class TextAreaOutputStream

java.lang.Object
  extended by java.io.OutputStream
      extended by tools.jinnide.TextAreaOutputStream
All Implemented Interfaces:
java.io.Closeable, java.io.Flushable

public class TextAreaOutputStream
extends java.io.OutputStream


Constructor Summary
TextAreaOutputStream(javax.swing.JTextArea jtextarea)
           
 
Method Summary
 void write(int i)
           
 
Methods inherited from class java.io.OutputStream
close, flush, write, write
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TextAreaOutputStream

public TextAreaOutputStream(javax.swing.JTextArea jtextarea)
Method Detail

write

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