de.beamertool.admin.phonecheck
Class OSTextArea
java.lang.Object
java.io.OutputStream
de.beamertool.admin.phonecheck.OSTextArea
- All Implemented Interfaces:
- Closeable, Flushable
public class OSTextArea
- extends OutputStream
Wrapper around a OutputStream to stream the Stream into a JTextArea
- Author:
- ocm-zeeman
|
Method Summary |
void |
write(int aChar)
|
OSTextArea
public OSTextArea(JTextArea textArea)
- Consturctor which initalize all files
- Parameters:
textArea - The JTextArea used for the output data
write
public void write(int aChar)
throws IOException
- Specified by:
write in class OutputStream
- Throws:
IOException