Class SplitConsole.StreamWrapper
java.lang.Object
java.io.OutputStream
org.jdrupes.builder.core.console.SplitConsole.StreamWrapper
- All Implemented Interfaces:
Closeable, Flushable, AutoCloseable
- Enclosing class:
SplitConsole
Makes
write(int) available as a stream.-
Method Summary
Methods inherited from class OutputStream
flush, nullOutputStream, write
-
Method Details
-
write
Write.- Specified by:
writein classOutputStream- Parameters:
ch- the ch- Throws:
IOException- Signals that an I/O exception has occurred.
-
write
Write.- Overrides:
writein classOutputStream- Parameters:
ch- the choff- the offlen- the len- Throws:
IOException- Signals that an I/O exception has occurred.
-
close
- Specified by:
closein interfaceAutoCloseable- Specified by:
closein interfaceCloseable- Overrides:
closein classOutputStream- Throws:
IOException
-