Static variables

staticread onlyEMULATED:Bool

On some platforms configurations (for instance JS with no TypedArray support as in IE8-), Haxe will try to emulate the array buffers API. However in that case memory sharing will not be supported : each typed array or will copy its own data set. This flag allows users to detect if we are doing such emulation. At the moment only JavaScript is concerned.

Static methods

@:value({ pos : 0 })staticfromBytes(bytes:Bytes, pos:Int = 0, ?length:Int):ArrayBufferView

Available on python, php, flash, lua, hl, neko, cpp, cs, macro, java

Constructor

@:implinlinenew(size:Int)

Variables

@:implread onlybuffer:Bytes

@:implread onlybyteLength:Int

@:implread onlybyteOffset:Int

Methods

@:implinlinesub(begin:Int, ?length:Int):ArrayBufferView

@:implinlinesubarray(?begin:Int, ?end:Int):ArrayBufferView

Available on python, php, flash, lua, hl, neko, cpp, cs, macro, java