Searched defs:zis (Results 1 – 3 of 3) sorted by relevance
55 final GZIPInputStream zis = new GZIPInputStream(in); in readGzipped() local
39 ZipInputStream(fis).use { zis -> in readJar() method
204 var zis: JarInputStream? = null in <lambda>() variable