Class ConsoleStream

java.lang.Object
java.io.OutputStream
se.datadosen.io.ConsoleStream
All Implemented Interfaces:
Closeable, Flushable, AutoCloseable

public class ConsoleStream extends OutputStream
OutputStream that writes to a JTextComponent. Wrap with a PrintWriter and use together with a JTextArea compontent to build a logging component