de.intarsys.tools.stream
Class ConsoleStream
java.lang.Object
java.io.OutputStream
de.intarsys.tools.stream.ConsoleStream
- All Implemented Interfaces:
- Closeable, Flushable
public class ConsoleStream
- extends OutputStream
A stream object wrapping console output.
Constructor Summary |
ConsoleStream()
SplitStream - Konstruktorkommentar. |
ConsoleStream
public ConsoleStream()
- SplitStream - Konstruktorkommentar.
close
public void close()
throws IOException
- Specified by:
close
in interface Closeable
- Overrides:
close
in class OutputStream
- Throws:
IOException
flush
public void flush()
throws IOException
- Specified by:
flush
in interface Flushable
- Overrides:
flush
in class OutputStream
- Throws:
IOException
write
public void write(int b)
throws IOException
- Specified by:
write
in class OutputStream
- Throws:
IOException
Copyright © 2008 intarsys consulting GmbH. All Rights Reserved.