Interface ArrayBufferView

    • Method Detail

      • byteLength

        int byteLength()
        Get the length of this view in bytes.
        Returns:
        number of bytes in this view
      • byteOffset

        int byteOffset()
        Get the offset from the beginning of the underlying ArrayBuffer.
        Returns:
        0-based offset from the beginning of buffer()