接口 DataInput

    • 方法详细资料

      • readBool

        boolean readBool()
                  throws 
        Read boolean.
        返回:
        boolean.
        抛出:
      • readByte

        byte readByte()
               throws 
        Read byte.
        返回:
        byte value.
        抛出:
      • readShort

        short readShort()
                 throws 
        Read short integer.
        返回:
        short.
        抛出:
      • readInt

        int readInt()
             throws 
        Read integer.
        返回:
        integer.
        抛出:
      • readLong

        long readLong()
               throws 
        Read long.
        返回:
        long.
        抛出:
      • readFloat

        float readFloat()
                 throws 
        Read float.
        返回:
        float.
        抛出:
      • readDouble

        double readDouble()
                   throws 
        Read double.
        返回:
        double.
        抛出:
      • readUTF

         readUTF()
                throws 
        Read UTF-8 string.
        返回:
        string.
        抛出:
      • readBytes

        byte[] readBytes()
                  throws 
        Read byte array.
        返回:
        byte array.
        抛出: