Searched defs:inputStream (Results 1 – 3 of 3) sorted by relevance
33 InputStream inputStream = zipFile.getInputStream(zipEntry); in main() local
975 try (InputStream inputStream = new AutoCloseInputStream(fd)) { in testSnapshotAppProfile()1099 try (InputStream inputStream = new AutoCloseInputStream(fd)) { in testSnapshotAppProfileEmpty()
1283 try (InputStream inputStream = new AutoCloseInputStream(fd); in writeProfileFdContentsToFile()