module_standard.wDebug
Class Console

Object
  extended by OutputStream
      extended by module_standard.wDebug.Console
All Implemented Interfaces:
Closeable, Flushable

public class Console
extends OutputStream


A_doc
Licence.


Field Summary
(package private)  JDebug debug
           
 
Constructor Summary
Console(String titre, JTextArea ta)
           
 
Method Summary
 void write(int b)
           
 
Methods inherited from class OutputStream
close, flush, write, write
 
Methods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

debug

JDebug debug
Constructor Detail

Console

public Console(String titre,
               JTextArea ta)
Method Detail

write

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