Searched defs:zos (Results 1 – 5 of 5) 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
160 final ZipOutputStream zos = new ZipOutputStream(os); in dumpAll() local
1601 private static void addEntry(ZipOutputStream zos, String entry, String text) in addEntry()1609 private static void addEntry(ZipOutputStream zos, String entryName, InputStream is) in addEntry()1614 private static void addEntry(ZipOutputStream zos, String entryName, long timestamp, in addEntry()
880 try (ZipOutputStream zos = new ZipOutputStream( in writeZipFile()