Logo


search API (or start typing anywhere)


DataViewBE

snow.api.buffers.DataViewBE defined in ``

A big endian Data view, where all get/set calls will read/write in BE, overriding the behavior of the underlying dataview. Note that this class doesn’t work correctly (yet) on CPP!


class


 

Members


buffer
buffer : snow.api.buffers.ArrayBuffer

byteLength
byteLength : Int

byteOffset
byteOffset : Int

Methods


getFloat32inline
getFloat32(byteOffset:Int) : Float

getFloat64inline

getFloat64(byteOffset:Int) : Float

getInt16inline

getInt16(byteOffset:Int) : Int

getInt32inline

getInt32(byteOffset:Int) : Int

getInt8inline

getInt8(byteOffset:Int) : Int

getUint16inline

getUint16(byteOffset:Int) : UInt

getUint32inline

getUint32(byteOffset:Int) : UInt

getUint8inline

getUint8(byteOffset:Int) : UInt

newinline

new(buffer:snow.api.buffers.ArrayBuffer, byteOffset:Int, byteLength:Int) : Void

setFloat32inline

setFloat32(byteOffset:Int, value:Float) : Void

setFloat64inline

setFloat64(byteOffset:Int, value:Float) : Void

setInt16inline

setInt16(byteOffset:Int, value:Int) : Void

setInt32inline

setInt32(byteOffset:Int, value:Int) : Void

setInt8inline

setInt8(byteOffset:Int, value:Int) : Void

setUint16inline

setUint16(byteOffset:Int, value:UInt) : Void

setUint32inline

setUint32(byteOffset:Int, value:UInt) : Void

setUint8inline

setUint8(byteOffset:Int, value:UInt) : Void