haXe API Documentation
Back | Index
class neko.zip.Writer
Available in neko
static function writeZip(o : neko.io.Output, files : Iterable<{ fileTime : Date, fileName : String, data : String}>, compressionLevel : Int) : Void
Back | Index