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:
close
in interfaceAutoCloseable
- Specified by:
close
in interfaceCloseable
- Overrides:
close
in classOutputStream
- Throws:
IOException
-
flush
- Specified by:
flush
in interfaceFlushable
- Overrides:
flush
in classOutputStream
- Throws:
IOException
-
write
- Specified by:
write
in classOutputStream
- Throws:
IOException
-