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