class haxe.zip.Uncompress
Available on all platforms
static function run(src:Bytes, ?bufsize:Int = null):Bytes
function new(?windowBits:Int = null):Void
function close():Void
function execute(src:Bytes, srcPos:Int, dst:Bytes, dstPos:Int):{write:Int, read:Int, done:Bool}
function setFlushMode(f:FlushMode):Void