org.xmlhammer.gui.util
Class ConsolePane.OutputStreamProxy
java.lang.Object
java.io.OutputStream
org.xmlhammer.gui.util.ConsolePane.OutputStreamProxy
- All Implemented Interfaces:
- java.io.Closeable, java.io.Flushable
- Enclosing class:
- ConsolePane
public static class ConsolePane.OutputStreamProxy
- extends java.io.OutputStream
|
Method Summary |
void |
put(java.lang.Thread thread,
java.io.OutputStream stream)
|
void |
remove(java.lang.Thread thread)
|
void |
write(byte[] bytes,
int off,
int len)
|
void |
write(int c)
|
| Methods inherited from class java.io.OutputStream |
close, flush, write |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ConsolePane.OutputStreamProxy
public ConsolePane.OutputStreamProxy(java.io.OutputStream original)
write
public void write(byte[] bytes,
int off,
int len)
throws java.io.IOException
- Overrides:
write in class java.io.OutputStream
- Throws:
java.io.IOException
write
public void write(int c)
throws java.io.IOException
- Specified by:
write in class java.io.OutputStream
- Throws:
java.io.IOException
put
public void put(java.lang.Thread thread,
java.io.OutputStream stream)
remove
public void remove(java.lang.Thread thread)
Copyright 2005-2005-2008 Edwin Dankert. All Rights Reserved.