public abstract class Uint8Array extends ArrayBufferView
| Constructor and Description |
|---|
Uint8Array() |
| Modifier and Type | Method and Description |
|---|---|
static Uint8Array |
create(ArrayBuffer buffer) |
static Uint8Array |
create(ArrayBuffer buffer,
int offset,
int length) |
static Uint8Array |
create(int length) |
abstract short |
get(int index) |
abstract void |
set(int index,
short value) |
getBuffer, getByteLength, getLengthpublic abstract short get(int index)
public abstract void set(int index,
short value)
public static Uint8Array create(int length)
public static Uint8Array create(ArrayBuffer buffer)
public static Uint8Array create(ArrayBuffer buffer, int offset, int length)
Copyright © 2015. All rights reserved.