com.rapidminer.gui.tools
Class LoggingViewerOutputStream

java.lang.Object
  extended by java.io.OutputStream
      extended by com.rapidminer.gui.tools.LoggingViewerOutputStream
All Implemented Interfaces:
java.io.Closeable, java.io.Flushable

public class LoggingViewerOutputStream
extends java.io.OutputStream

A special output stream that appends all its incoming characters and perform necessary formatting.

Author:
Ingo Mierswa

Constructor Summary
LoggingViewerOutputStream(javax.swing.JTextPane textArea)
           
 
Method Summary
 void clear()
           
 void write(int b)
           
 
Methods inherited from class java.io.OutputStream
close, flush, write, write
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LoggingViewerOutputStream

public LoggingViewerOutputStream(javax.swing.JTextPane textArea)
Method Detail

write

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

clear

public void clear()


Copyright © 2001-2009 by Rapid-I