ArrayBuffer class
ArrayBuffer class
The ArrayBuffer object is used to represent a generic, fixed-length raw binary data buffer.
Inheritance: ArrayBuffer
→
DOMObject
The ArrayBuffer type exposes the following members:
Constructors
Constructor | Description |
---|---|
init | Initializes a new instance of the ArrayBuffer class. |
init | Initializes a new instance of the ArrayBuffer class. |
Properties
Property | Description |
---|---|
byte_length | The byteLength accessor property represents the length of an ArrayBuffer in bytes. |
Gets or sets the Byte at the specified index.
Indexer
Name | Description |
---|---|
[index] | The index. |
Methods
Method | Description |
---|---|
get_platform_type | This method is used to retrieve ECMAScript object Type. |
See Also
- module
aspose.html
- class
ArrayBuffer
- class
DOMObject