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