Searched refs:fis (Results 1 – 9 of 9) sorted by relevance
90 FileInputStream fis = new FileInputStream(protoFile); in processProtoFile() local91 fis.read(bytesArray); in processProtoFile()92 fis.close(); in processProtoFile()
151 FileInputStream fis = new FileInputStream(file); in addToZipFile() local156 while ((length = fis.read(bytes)) >= 0) { in addToZipFile()160 fis.close(); in addToZipFile()
125 FileInputStream fis = new FileInputStream(jar); in readJar() local126 ZipInputStream zis = new ZipInputStream(fis); in readJar()180 Closeables.close(fis, true); in readJar()
216 val fis = closer.register(FileInputStream(from)) in <lambda>() constant217 val bis = closer.register(BufferedInputStream(fis)) in <lambda>()
META-INF/ META-INF/MANIFEST.MF org/ org/gradle/ org/ ...
META-INF/ META-INF/MANIFEST.MF jline/ jline/CompletionHandler.class CompletionHandler ...