static class HessianProxy.ResultInputStream
extends java.io.InputStream
Modifier and Type | Field and Description |
---|---|
private HessianConnection |
_conn |
private java.io.InputStream |
_connIs |
private java.io.InputStream |
_hessianIs |
private AbstractHessianInput |
_in |
Constructor and Description |
---|
ResultInputStream(HessianConnection conn,
java.io.InputStream is,
AbstractHessianInput in,
java.io.InputStream hessianIs) |
Modifier and Type | Method and Description |
---|---|
void |
close() |
int |
read() |
int |
read(byte[] buffer,
int offset,
int length) |
private HessianConnection _conn
private java.io.InputStream _connIs
private AbstractHessianInput _in
private java.io.InputStream _hessianIs
ResultInputStream(HessianConnection conn, java.io.InputStream is, AbstractHessianInput in, java.io.InputStream hessianIs)
public int read() throws java.io.IOException
read
in class java.io.InputStream
java.io.IOException
public int read(byte[] buffer, int offset, int length) throws java.io.IOException
read
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