Package org.tanukisoftware.wrapper
Class WrapperProcessOutputStream
java.lang.Object
java.io.OutputStream
org.tanukisoftware.wrapper.WrapperProcessOutputStream
- All Implemented Interfaces:
Closeable
,Flushable
,AutoCloseable
The OutputStream Class of a WrapperProcess, representing all the data the
ChildProcess read from the Wrapper.
- Since:
- Wrapper 3.4.0
- Author:
- Tanuki Software Development Team <support@tanukisoftware.com>
-
Method Summary
Methods inherited from class java.io.OutputStream
flush, nullOutputStream, write, write
-
Method Details
-
write
Writes a byte to the Stream.- Specified by:
write
in classOutputStream
- Parameters:
b
- byte to write.- Throws:
IOException
- in case the stream has been already closed or any other IO error.WrapperLicenseError
- If the function is called other than in the Professional Edition or from a Standalone JVM.
-
close
Closes the OutputStream.- Specified by:
close
in interfaceAutoCloseable
- Specified by:
close
in interfaceCloseable
- Overrides:
close
in classOutputStream
- Throws:
IOException
- If there were any problems closing the stream.WrapperLicenseError
- If the function is called other than in the Professional Edition or from a Standalone JVM.
-