org.zilonis.tool.ui.shell.io
Class CustomOutputStream

java.lang.Object
  extended by java.io.OutputStream
      extended by org.zilonis.tool.ui.shell.io.CustomOutputStream
All Implemented Interfaces:
java.io.Closeable, java.io.Flushable

public class CustomOutputStream
extends java.io.OutputStream


Constructor Summary
CustomOutputStream(InterpreterTextArea textArea)
           
 
Method Summary
 void write(int i)
           
 
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

CustomOutputStream

public CustomOutputStream(InterpreterTextArea textArea)
Method Detail

write

public void write(int i)
           throws java.io.IOException
Specified by:
write in class java.io.OutputStream
Throws:
java.io.IOException