web
Class textStream
java.lang.Object
java.io.OutputStream
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.
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 |
textStream
public textStream(java.awt.TextArea out)
textStream
public textStream(java.awt.Frame aut)
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()