haXe API Documentation
Back | Index
class neko.zip.Compress
Available in neko
function new(level : 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(s : haxe.io.Bytes, level : Int) : haxe.io.Bytes
Back | Index