class lime.utils.ArrayBufferView
Available on all platforms
var buffer:ArrayBuffer
var byteLength:Int
var byteOffset:Int
var length:Int
var type:TypedArrayType
function set<T>(?view:ArrayBufferView = null, ?array:Array<T> = null, ?offset:Int = 0):Void