类 Hessian2StreamingInput
- java.lang.Object
-
- com.alibaba.com.caucho.hessian.io.Hessian2StreamingInput
-
public class Hessian2StreamingInput extends Object
Output stream for Hessian 2 streaming requests.
-
-
构造器概要
构造器 构造器 说明 Hessian2StreamingInput(InputStream is)
Creates a new Hessian input stream, initialized with an underlying input stream.
-
-
-
构造器详细资料
-
Hessian2StreamingInput
public Hessian2StreamingInput(InputStream is)
Creates a new Hessian input stream, initialized with an underlying input stream.- 参数:
is
- the underlying output stream.
-
-
方法详细资料
-
readObject
public Object readObject() throws IOException
Read the next object- 抛出:
IOException
-
close
public void close() throws IOException
Close the output.- 抛出:
IOException
-
-