@Interface public abstract class ArrayBufferView extends Object
Modifier and Type | Field and Description |
---|---|
ArrayBuffer |
buffer
The ArrayBuffer instance referenced by the array.
|
double |
byteLength
The length in bytes of the array.
|
double |
byteOffset
The offset in bytes of the array.
|
constructor, prototype
Constructor and Description |
---|
ArrayBufferView() |
$applyStatic, $applyStatic, $delete, $delete, $get, $get, $set, $set, $super, assign, create, create, defineProperties, defineProperty, defineProperty, freeze, getOwnPropertyDescriptor, getOwnPropertyNames, getPrototypeOf, hasOwnProperty, hasOwnProperty, hasOwnProperty, isExtensible, isFrozen, isPrototypeOf, isSealed, keys, preventExtensions, propertyIsEnumerable, propertyIsEnumerable, propertyIsEnumerable, seal, toJSString, toLocaleString, toString, valueOf
public ArrayBuffer buffer
public double byteLength
public double byteOffset