Package de.intarsys.tools.stream
Class ConsoleStream
java.lang.Object
java.io.OutputStream
de.intarsys.tools.stream.ConsoleStream
- All Implemented Interfaces:
Closeable,Flushable,AutoCloseable
A stream object wrapping console output.
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.io.OutputStream
nullOutputStream, write, write
-
Constructor Details
-
ConsoleStream
public ConsoleStream()SplitStream - Konstruktorkommentar.
-
-
Method Details
-
close
- Specified by:
closein interfaceAutoCloseable- Specified by:
closein interfaceCloseable- Overrides:
closein classOutputStream- Throws:
IOException
-
flush
- Specified by:
flushin interfaceFlushable- Overrides:
flushin classOutputStream- Throws:
IOException
-
write
- Specified by:
writein classOutputStream- Throws:
IOException
-