dsql
Class JTextAreaOutputStream

java.lang.Object
  extended byjava.io.OutputStream
      extended bydsql.JTextAreaOutputStream

public class JTextAreaOutputStream
extends java.io.OutputStream

This is class is used to redirect output to the GUI.


Constructor Summary
JTextAreaOutputStream(javax.swing.JTextArea _out)
           
 
Method Summary
 void write(byte[] b)
           
 void write(byte[] b, int off, int len)
           
 void write(int b)
           
 
Methods inherited from class java.io.OutputStream
close, flush
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JTextAreaOutputStream

public JTextAreaOutputStream(javax.swing.JTextArea _out)
Method Detail

write

public void write(byte[] b)

write

public void write(byte[] b,
                  int off,
                  int len)

write

public void write(int b)