jhomenet.shell.console
Class ConsoleOutputStream

java.lang.Object
  extended by java.io.OutputStream
      extended by jhomenet.shell.console.ConsoleOutputStream
All Implemented Interfaces:
java.io.Closeable, java.io.Flushable

public class ConsoleOutputStream
extends java.io.OutputStream


Constructor Summary
ConsoleOutputStream(javax.swing.JTextArea displayWindow)
          Default constructor.
 
Method Summary
 void write(int value)
          Write to the output stream.
 
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

ConsoleOutputStream

public ConsoleOutputStream(javax.swing.JTextArea displayWindow)
Default constructor.

Parameters:
displayWindow -
Method Detail

write

public void write(int value)
Write to the output stream.

Specified by:
write in class java.io.OutputStream
Parameters:
value - The value to write to the stream


Copyright © 2004-2005 David Irwin. All Rights Reserved.