Uint8Array class
Uint8Array class
Represents an array of twos-complement 8-bit unsigned integers.
Inheritance: Uint8Array →
TypedArray →
DOMObject
The Uint8Array type exposes the following members:
Constructors
| Constructor | Description | 
|---|---|
| init | Initializes a new instance of the Uint8Array class. | 
| init | Initializes a new instance of the Uint8Array class. | 
| init | Initializes a new instance of the Uint8Array class. | 
| init | Initializes a new instance of the Uint8Array class. | 
| init | Initializes a new instance of the Uint8Array class. | 
Properties
| Property | Description | 
|---|---|
| buffer | Gets the ArrayBuffer referenced by this instance. | 
| byte_length | Gets the byteLength accessor property represents the length of an ArrayBuffer in bytes. | 
| byte_offset | Gets the byteOffset from the start of referenced ArrayBuffer. | 
| length | Gets the length of a typed array. | 
| BYTES_PER_ELEMENT | The property represents the size in bytes of each element in an typed array. | 
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 the ECMAScript object Type. | 
See Also
- module 
aspose.html - class 
DOMObject - class 
TypedArray - class 
Uint8Array