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.InputStreamjava.io.IOExceptionpublic int read(byte[] buffer,
int offset,
int length)
throws java.io.IOException
read 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.IOException