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