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, write
public void write(int b) throws IOException
write
in class OutputStream
b
- 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 Closeable
close
in interface AutoCloseable
close
in class OutputStream
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, 2016 Tanuki Software Inc., All Rights Reserved.