API documentation
class haxe.zip.Compress
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