TypedArray Class
TypedArray class
TypedArray objects present an array-like view of an underlying binary data buffer.
public abstract class TypedArray : DOMObject
Properties
Name | Description |
---|
getBuffer Gets the ArrayBuffer referenced by this instance. | |
getByteLength Gets the byteLength accessor property represents the length of an ArrayBuffer in bytes. | |
getByteOffset Gets the byteOffset from the start of referenced ArrayBuffer. | |
getLength Gets the length of a typed array. | |
Methods
Name | Description |
---|
getPlatformType() | This method is used to retrieve the ECMAScript object . |
See Also