| Package | Description |
|---|---|
| org.w3c.dom.typedarray |
| Modifier and Type | Method and Description |
|---|---|
Int8Array |
Int8Array_Constructor.createInstance(ArrayBuffer buffer) |
Int8Array |
Int8Array_Constructor.createInstance(ArrayBuffer buffer,
int byteOffset) |
Int8Array |
Int8Array_Constructor.createInstance(ArrayBuffer buffer,
int byteOffset,
int length) |
Int8Array |
Int8Array_Constructor.createInstance(ArrayBufferView array) |
Int8Array |
Int8Array_Constructor.createInstance(ByteArray array) |
Int8Array |
Int8Array_Constructor.createInstance(int length) |
Int8Array |
Int8Array.subarray(int start,
int end) |
| Modifier and Type | Method and Description |
|---|---|
void |
Int8Array.set(Int8Array array) |
void |
Int8Array.set(Int8Array array,
int offset) |
Copyright © 2016. All Rights Reserved.