Class DebugOutputStream

java.lang.Object
java.io.OutputStream
org.purl.sword.client.DebugOutputStream
All Implemented Interfaces:
Closeable, Flushable, AutoCloseable

public class DebugOutputStream extends OutputStream
A stream that will write any output to the specified panel.
Author:
Neil Taylor
  • Constructor Details

    • DebugOutputStream

      public DebugOutputStream(MessageOutputPanel panel)
      Create a new instance and specify the panel that will receive the output.
      Parameters:
      panel - The panel.
  • Method Details