Static methods
Variables
Methods
getDouble(pos:Int):Float
Returns the IEEE double precision value at given position (in low endian encoding). Result is unspecified if reading outside of the bounds
getFloat(pos:Int):Float
Returns the IEEE single precision value at given position (in low endian encoding). Result is unspecified if reading outside of the bounds
getUInt16(pos:Int):Int
Returns the 16 bit unsigned integer at given position (in low endian encoding).
setDouble(pos:Int, v:Float):Void
Store the IEEE double precision value at given position in low endian encoding. Result is unspecified if writing outside of the bounds.
setFloat(pos:Int, v:Float):Void
Store the IEEE single precision value at given position in low endian encoding. Result is unspecified if writing outside of the bounds.