void create(String zipPath, {int? level, DateTime? modified}) { createWithStream(OutputFileStream(zipPath), level: level, modified: modified); }