JSDataView constructor

JSDataView(
  1. JSArrayBuffer buffer, [
  2. int byteOffset,
  3. int byteLength
])

Creates a JavaScript DataView with buffer as its backing storage, offset by byteOffset bytes, of size byteLength.

Implementation

external JSDataView(JSArrayBuffer buffer, [int byteOffset, int byteLength]);