haXe API Documentation
Back | Index
class cpp.zip.Uncompress
Available in cpp
function new(windowBits : Null<Int>) : Void
function close() : Void
function setFlushMode(f : Flush) : Void
function this_run(src : haxe.io.Bytes, srcPos : Int, dst : haxe.io.Bytes, dstPos : Int) : { write : Int, read : Int, done : Bool}
static function run(src : haxe.io.Bytes, ?bufsize : Int) : haxe.io.Bytes
Back | Index