haXe API Documentation
Back | Index
class neko.zip.Uncompress
Available in neko
function new(windowBits : Int) : Void
function close() : Void
function run(src : String, srcPos : Int, dst : String, dstPos : Int) : { write : Int, read : Int, done : Bool}
function setFlushMode(f : Flush) : Void
static function run(src : String) : String
Back | Index