avrora.gui
Class DebugStream

java.lang.Object
  extended byjava.io.OutputStream
      extended byavrora.gui.DebugStream

public class DebugStream
extends java.io.OutputStream

This class acts as a bridge that remaps console output to the debug window of the GUI. The class is on the chopping block - Ben was going to change it soon because this isn't a very efficient way of doing things


Constructor Summary
DebugStream(AvroraGui ptheGui)
           
 
Method Summary
 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

DebugStream

public DebugStream(AvroraGui ptheGui)
Method Detail

write

public void write(int b)