class haxe.zip.Compress
Available on all platforms
static function run(s:Bytes, level:Int):Bytes
function new(level:Int):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