abstract lime.utils.Int16Array(ArrayBufferView) from ArrayBufferView to ArrayBufferView

Available on all platforms

Class Fields

function fromBytes(bytes:Bytes, ?byteOffset:Int, ?len:Int): Int16Array

Instance Fields

function __get(idx:Int): Int

function __set(idx:Int, val:Int): Int

function subarray(begin:Int, ?end:Int): Int16Array

function toBytes(): Bytes