public class WrapperProcessOutputStream
extends java.io.OutputStream
| Modifier and Type | Method and Description |
|---|---|
void |
close()
Closes the OutputStream.
|
void |
write(int b)
Writes a byte to the Stream.
|
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.Copyright 1999, 2025 Tanuki Software Inc., All Rights Reserved.