svoid zip_addDummyFile(ZipOutputStream outZip) { zip_addTextFile(outZip, "empty.txt", "Empty!"); }