hmi.util
Class Console.ConsoleOutputStream
java.lang.Object
java.io.OutputStream
hmi.util.Console.ConsoleOutputStream
- All Implemented Interfaces:
- Closeable, Flushable
- Enclosing class:
- Console
static class Console.ConsoleOutputStream
- extends OutputStream
OutputStream that writes to the Console
|
Method Summary |
void |
write(int b)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Console.ConsoleOutputStream
Console.ConsoleOutputStream()
write
public void write(int b)
throws IOException
- Specified by:
write in class OutputStream
- Throws:
IOException