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.InputStream
java.io.IOException
public int read(byte[] b, int offset, int length) throws java.io.IOException
read
in class java.io.InputStream
java.io.IOException
public int available() throws java.io.IOException
available
in class java.io.InputStream
java.io.IOException
public void close() throws java.io.IOException
close
in interface java.io.Closeable
close
in interface java.lang.AutoCloseable
close
in class java.io.InputStream
java.io.IOException
public Pair getProcs()
getProcs
in interface CustomPortProxy
public Value getHost()
getHost
in interface CustomPortProxy
public void setHost(Value host)
setHost
in interface CustomPortProxy