public class SchemeInputStream extends java.io.InputStream implements CustomPortProxy
| Constructor and Description |
|---|
SchemeInputStream(Procedure read,
Procedure readBlock,
Procedure available,
Procedure close) |
public int read()
throws java.io.IOException
read in class java.io.InputStreamjava.io.IOExceptionpublic int read(byte[] b,
int offset,
int length)
throws java.io.IOException
read in class java.io.InputStreamjava.io.IOExceptionpublic int available()
throws java.io.IOException
available in class java.io.InputStreamjava.io.IOExceptionpublic void close()
throws java.io.IOException
close in interface java.io.Closeableclose in interface java.lang.AutoCloseableclose in class java.io.InputStreamjava.io.IOExceptionpublic Pair getProcs()
getProcs in interface CustomPortProxypublic Value getHost()
getHost in interface CustomPortProxypublic void setHost(Value host)
setHost in interface CustomPortProxy