Class NativeArrayBufferView

    • Constructor Detail

      • NativeArrayBufferView

        public NativeArrayBufferView()
    • Method Detail

      • getBuffer

        public NativeArrayBuffer getBuffer()
        Return the buffer that backs this view.
      • getByteOffset

        public int getByteOffset()
        Return the offset in bytes from the start of the buffer that this view represents.
      • getByteLength

        public int getByteLength()
        Return the length, in bytes, of the part of the buffer that this view represents.