lib.haxe.org

format 1.20 Documentation

Back | Index
class format.swf.Tools
static function dumpTag(t : SWFTag, ?max : Int) : String
static inline function floatFixed(i : haxe.Int32) : Float
static inline function floatFixed8(i : Int) : Float
static inline function floatFixedBits(i : Int, nbits : Int) : Float
static function hex(b : haxe.io.Bytes, ?max : Int) : String
static function signExtend(v : Int, nbits : Int) : Int
static inline function toFixed8(f : Float) : Int
Back | Index