Java com.google.gwt.typedarrays.client Uint16Array fields, constructors, methods, implement or subclass

Example usage for Java com.google.gwt.typedarrays.client Uint16Array fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for com.google.gwt.typedarrays.client Uint16Array.

The text is from its open source code.

Method

Uint16Arraycreate(ArrayBuffer buffer)
Uint16Arraycreate(int[] data)
Create a new ArrayBuffer with enough bytes to hold array.length elements of this typed array, then create a typed array view referring to the full buffer.
Uint16Arraycreate(Uint16Array array)
Create a new ArrayBuffer with enough bytes to hold array.length elements of this typed array, then create a typed array view referring to the full buffer.
Uint16Arraycreate(int size)
Create a new ArrayBuffer with enough bytes to hold length elements of this typed array, then creates a typed array view referring to the full buffer.
Uint16Arraycreate(JsArrayInteger data)
Create a new ArrayBuffer with enough bytes to hold array.length elements of this typed array, then create a typed array view referring to the full buffer.
Uint16Arraycreate(ArrayBuffer buffer, int byteOffset, int length)
Create a new TypedArray object using the passed ArrayBuffer for its storage.
Uint16Arraycreate(short[] data, int offset, int len)
intget(int index)
Returns the element at the given numeric index.