public class WrapperProcessOutputStream
extends java.io.OutputStream
public void write(int b)
throws java.io.IOException
write in class java.io.OutputStreamb - 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.Closeableclose in interface java.lang.AutoCloseableclose in class java.io.OutputStreamjava.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.