public class WrapperProcessOutputStream extends OutputStream
| Modifier and Type | Method and Description |
|---|---|
void |
close()
Closes the OutputStream.
|
void |
write(int b)
Writes a byte to the Stream.
|
flush, write, writepublic void write(int b)
throws IOException
write in class OutputStreamb - byte to write.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 IOException
close in interface Closeableclose in interface AutoCloseableclose in class OutputStreamIOException - 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, 2018 Tanuki Software Inc., All Rights Reserved.