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

Available on all platforms

Class Fields

function fromBytes(bytes:Bytes, ?byteOffset:Int = 0, ?len:Int = null):Int32Array

Instance Fields

function new<T>(?elements:Int = null, ?array:Array<T> = null, ?view:ArrayBufferView = null, ?buffer:ArrayBuffer = null, ?byteoffset:Int = 0, ?len:Int = null):ArrayBufferView

function __get(idx:Int):Int

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

function subarray(begin:Int, ?end:Int = null):Int32Array

function toBytes():Bytes