Searched defs:zis (Results 1 – 4 of 4) sorted by relevance
55 final GZIPInputStream zis = new GZIPInputStream(in); in readGzipped() local
126 ZipInputStream zis = new ZipInputStream(fis); in readJar() local
218 val zis = closer.register(ZipInputStream(bis)) in <lambda>() constant
186 var zis: JarInputStream? = null in mergeFromJar() variable