类 Hessian2ObjectInput

    • 构造器概要

      构造器 
      构造器 说明
       is)  
    • 构造器详细资料

      • Hessian2ObjectInput

        public Hessian2ObjectInput​( is)
    • 方法详细资料

      • readBool

        public boolean readBool()
                         throws 
        从接口复制的说明: DataInput
        Read boolean.
        指定者:
        readBool 在接口中 DataInput
        返回:
        boolean.
        抛出:
      • readByte

        public byte readByte()
                      throws 
        从接口复制的说明: DataInput
        Read byte.
        指定者:
        readByte 在接口中 DataInput
        返回:
        byte value.
        抛出:
      • readShort

        public short readShort()
                        throws 
        从接口复制的说明: DataInput
        Read short integer.
        指定者:
        readShort 在接口中 DataInput
        返回:
        short.
        抛出:
      • readInt

        public int readInt()
                    throws 
        从接口复制的说明: DataInput
        Read integer.
        指定者:
        readInt 在接口中 DataInput
        返回:
        integer.
        抛出:
      • readLong

        public long readLong()
                      throws 
        从接口复制的说明: DataInput
        Read long.
        指定者:
        readLong 在接口中 DataInput
        返回:
        long.
        抛出:
      • readFloat

        public float readFloat()
                        throws 
        从接口复制的说明: DataInput
        Read float.
        指定者:
        readFloat 在接口中 DataInput
        返回:
        float.
        抛出:
      • readDouble

        public double readDouble()
                          throws 
        从接口复制的说明: DataInput
        Read double.
        指定者:
        readDouble 在接口中 DataInput
        返回:
        double.
        抛出:
      • readBytes

        public byte[] readBytes()
                         throws 
        从接口复制的说明: DataInput
        Read byte array.
        指定者:
        readBytes 在接口中 DataInput
        返回:
        byte array.
        抛出:
      • readUTF

        public  readUTF()
                       throws 
        从接口复制的说明: DataInput
        Read UTF-8 string.
        指定者:
        readUTF 在接口中 DataInput
        返回:
        string.
        抛出:
      • readObject

        public  readObject()
                          throws 
        从接口复制的说明: ObjectInput
        read object.
        指定者:
        readObject 在接口中 ObjectInput
        返回:
        object.
        抛出:
      • readObject

        public <T> T readObject​(<T> cls)
                         throws ,
                                
        从接口复制的说明: ObjectInput
        read object.
        指定者:
        readObject 在接口中 ObjectInput
        参数:
        cls - object type.
        返回:
        object.
        抛出:
      • readObject

        public <T> T readObject​(<T> cls,
                                 type)
                         throws ,
                                
        从接口复制的说明: ObjectInput
        read object.
        指定者:
        readObject 在接口中 ObjectInput
        参数:
        cls - object type.
        返回:
        object.
        抛出: