public class WrapperProcessOutputStream
extends java.io.OutputStream
public void write(int b) throws java.io.IOException
write
in class java.io.OutputStream
b
- byte to write.java.io.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.public void close() throws java.io.IOException
close
in interface java.io.Closeable
close
in interface java.lang.AutoCloseable
close
in class java.io.OutputStream
java.io.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.