public class ArrayBufferView extends Objs
Objs.Constructor<T extends Objs>, Objs.Property<T>
Modifier and Type | Field and Description |
---|---|
Objs.Property<ArrayBuffer> |
buffer
The ArrayBuffer instance referenced by the array.
|
Objs.Property<Number> |
byteLength
The length in bytes of the array.
|
Objs.Property<Number> |
byteOffset
The offset in bytes of the array.
|
Modifier | Constructor and Description |
---|---|
protected |
ArrayBufferView(Objs.Constructor<?> c,
Object js) |
Modifier and Type | Method and Description |
---|---|
static ArrayBufferView |
$as(Object obj) |
ArrayBuffer |
buffer() |
Number |
byteLength() |
Number |
byteOffset() |
$as, $cast, $delete, $get, $js, $set, create, create, defineProperties, defineProperty, freeze, getOwnPropertyDescriptor, getOwnPropertyNames, getPrototypeOf, hasOwnProperty, isExtensible, isFrozen, isPrototypeOf, isSealed, keys, newObject, newObject, preventExtensions, propertyIsEnumerable, seal, toLocaleString, toString, valueOf
public Objs.Property<ArrayBuffer> buffer
public Objs.Property<Number> byteLength
public Objs.Property<Number> byteOffset
protected ArrayBufferView(Objs.Constructor<?> c, Object js)
public static ArrayBufferView $as(Object obj)
public ArrayBuffer buffer()
public Number byteLength()
public Number byteOffset()
Copyright © 2018. All rights reserved.