Searched defs:zos (Results 1 – 6 of 6) sorted by relevance
303 try (final ZipOutputStream zos = new ZipOutputStream(os)) { in zipFiles()318 try (final ZipOutputStream zos = new ZipOutputStream(os)) { in createDexMetadata()
71 ZipOutputStream zos = new ZipOutputStream(new FileOutputStream(outJar)); in main() local
166 try (ZipOutputStream zos = new ZipOutputStream(new FileOutputStream(zipfilePath))) { in zipUp()
155 final ZipOutputStream zos = new ZipOutputStream(os); in dumpAll() local
1530 private static void addEntry(ZipOutputStream zos, String entry, String text) in addEntry()1538 private static void addEntry(ZipOutputStream zos, String entryName, InputStream is) in addEntry()1543 private static void addEntry(ZipOutputStream zos, String entryName, long timestamp, in addEntry()
880 try (ZipOutputStream zos = new ZipOutputStream( in writeZipFile()