web
Class textStream

java.lang.Object
  extended by java.io.OutputStream
      extended by web.textStream
All Implemented Interfaces:
java.io.Closeable, java.io.Flushable

public class textStream
extends java.io.OutputStream

This class creates OutputStream object for TextArea, necessary for output with println.


Constructor Summary
textStream(java.awt.Frame aut)
           
textStream(java.awt.TextArea out)
           
 
Method Summary
 void reflush()
           
 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

textStream

public textStream(java.awt.TextArea out)

textStream

public textStream(java.awt.Frame aut)
Method Detail

write

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

write

public void write(byte[] b)
Overrides:
write in class java.io.OutputStream

write

public void write(byte[] b,
                  int off,
                  int len)
Overrides:
write in class java.io.OutputStream

reflush

public void reflush()