ArrayBuffer class

ArrayBuffer class

The ArrayBuffer object is used to represent a generic, fixed-length raw binary data buffer.

Inheritance: ArrayBufferDOMObject

The ArrayBuffer type exposes the following members:

Constructors

ConstructorDescription
initInitializes a new instance of the ArrayBuffer class.
initInitializes a new instance of the ArrayBuffer class.

Properties

PropertyDescription
byte_lengthThe byteLength accessor property represents the length of an ArrayBuffer in bytes.

Gets or sets the Byte at the specified index.

Indexer

NameDescription
[index]The index.

Methods

MethodDescription
get_platform_typeThis method is used to retrieve ECMAScript object Type.

See Also