Class SwingTextAreaOutputStream

java.lang.Object
java.io.OutputStream
org.xj3d.ui.awt.widgets.SwingTextAreaOutputStream
All Implemented Interfaces:
Closeable, Flushable, AutoCloseable

public class SwingTextAreaOutputStream extends OutputStream
An output stream that redirects to a text area.

Typically this class is used to redirect System.out and System.err

Version:
$Revision: 1.1 $
Author:
Alan Hudson