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
staticfromBytes(bytes:Bytes, pos:Int = 0, ?length:Int):ArrayBufferView
Available on python, php, flash, lua, hl, neko, cpp, cs, macro, java
Constructor
Variables
Methods
inlinesubarray(?begin:Int, ?end:Int):ArrayBufferView
Available on python, php, flash, lua, hl, neko, cpp, cs, macro, java