class haxe.zip.Uncompress

Available on all platforms

Class Fields

static function run(src:Bytes, ?bufsize:Int = null):Bytes

Instance Fields

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}