haXe API Documentation
Back | Index
class neko.zip.Compress
Available in neko
function new(level : Int) : Void
function close() : Void
function run(src : String, srcPos : Int, dst : String, dstPos : Int) : { write : Int, read : Int, done : Bool}
function setFlushMode(f : Flush) : Void
static function run(s : String, level : Int) : String
Back | Index