public class SchemeOutputStream extends java.io.OutputStream implements CustomPortProxy
| Constructor and Description |
|---|
SchemeOutputStream(Procedure write,
Procedure writeBlock,
Procedure flush,
Procedure close) |
public Value getHost()
getHost in interface CustomPortProxypublic void setHost(Value host)
setHost in interface CustomPortProxypublic Pair getProcs()
getProcs in interface CustomPortProxypublic void write(int c)
throws java.io.IOException
write in class java.io.OutputStreamjava.io.IOExceptionpublic void write(byte[] b,
int offset,
int length)
throws java.io.IOException
write in class java.io.OutputStreamjava.io.IOExceptionpublic void flush()
throws java.io.IOException
flush in interface java.io.Flushableflush in class java.io.OutputStreamjava.io.IOExceptionpublic void close()
throws java.io.IOException
close in interface java.io.Closeableclose in interface java.lang.AutoCloseableclose in class java.io.OutputStreamjava.io.IOException