Searched defs:is (Results 1 – 5 of 5) sorted by relevance
111 InputStream is = root.open(); in assertFileInZip() local174 InputStream is = proc.getInputStream(); in testReadZFile() local
345 try (InputStream is = open()) { in read()362 try (InputStream is = new BufferedInputStream(open())) { in read()
1350 InputStream is = rawContents.openStream(); in writeEntry() local
84 try (InputStream is = new FileInputStream(file)) { in parse()
158 jar.getInputStream(entry).use { `is` -> in <lambda>() method