de.beamertool.admin.phonecheck
Class OSTextArea

java.lang.Object
  extended by java.io.OutputStream
      extended by 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

Constructor Summary
OSTextArea(JTextArea textArea)
          Consturctor which initalize all files
 
Method Summary
 void write(int aChar)
           
 
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

OSTextArea

public OSTextArea(JTextArea textArea)
Consturctor which initalize all files

Parameters:
textArea - The JTextArea used for the output data
Method Detail

write

public void write(int aChar)
           throws IOException
Specified by:
write in class OutputStream
Throws:
IOException