public class SpawnerOutputStream extends OutputStream
| Constructor and Description |
|---|
SpawnerOutputStream(int fd)
From a Unix valid file descriptor set a Reader.
|
| Modifier and Type | Method and Description |
|---|---|
void |
close()
Close the Reader
|
protected void |
finalize() |
void |
write(byte[] b,
int off,
int len) |
void |
write(int b)
Implementation of read for the InputStream.
|
flush, writepublic SpawnerOutputStream(int fd)
fd - file descriptor.public void write(byte[] b,
int off,
int len)
throws IOException
write in class OutputStreamIOExceptionOutputStream.write(byte[], int, int)public void write(int b)
throws IOException
write in class OutputStreamIOException - on error.public void close()
throws IOException
close in interface Closeableclose in interface AutoCloseableclose in class OutputStreamIOException - on error.protected void finalize()
throws IOException
finalize in class ObjectIOExceptionCopyright (c) IBM Corp. and others 2004, 2014. All Rights Reserved.