Searched defs:inputStream (Results 1 – 5 of 5) sorted by relevance
90 InputStream inputStream = new FileInputStream(urlReplacementConfigFile); in init() local
91 InputStream inputStream = getClass().getResourceAsStream("/testdata/perf-dump.txt"); in testParseDump() local
203 try (InputStream inputStream = stream.createInputStream()) { in testLog()207 try (InputStream inputStream = stream.createInputStream()) { in testLog()
156 static String readAssetsFileAsString(InputStream inputStream) throws IOException { in readAssetsFileAsString()
164 InputStream inputStream = getClass().getClassLoader().getResourceAsStream(moduleTestList); in getTestModulesTaggedWithIncludeFilterFromXML() local