类 Hessian2StreamingInput


  • public class Hessian2StreamingInput
    extends 
    Output stream for Hessian 2 streaming requests.
    • 构造器概要

      构造器 
      构造器 说明
       is)
      Creates a new Hessian input stream, initialized with an underlying input stream.
    • 方法概要

      所有方法 实例方法 具体方法 
      修饰符和类型 方法 说明
      void close()
      Close the output.
      readObject()
      Read the next object
      • 从类继承的方法 java.lang.

        , , , , , , , ,
    • 构造器详细资料

      • Hessian2StreamingInput

        public Hessian2StreamingInput​( is)
        Creates a new Hessian input stream, initialized with an underlying input stream.
        参数:
        is - the underlying output stream.
    • 方法详细资料

      • readObject

        public  readObject()
                          throws 
        Read the next object
        抛出:
      • close

        public void close()
                   throws 
        Close the output.
        抛出: