接口 ObjectInput

    • 方法详细资料

      • readObject

         readObject()
                   throws ,
                          
        read object.
        返回:
        object.
        抛出:
      • readObject

        <T> T readObject​(<T> cls)
                  throws ,
                         
        read object.
        参数:
        cls - object type.
        返回:
        object.
        抛出:
      • readObject

        <T> T readObject​(<T> cls,
                          type)
                  throws ,
                         
        read object.
        参数:
        cls - object type.
        返回:
        object.
        抛出: