Searched defs:stream (Results 1 – 8 of 8) sorted by relevance
75 FileOutputStream stream = new FileOutputStream(configFile); in createUrlReplacementFile() local
137 FileOutputStream stream = null; in createFileFromStr() local
381 FileOutputStream stream = new FileOutputStream(file); in createTestDeviceInfoJSONFile() local396 FileOutputStream stream = new FileOutputStream(file); in createFileFromStr() local
187 String stream = streams.next(); in merge() local
187 public void testLog(String name, LogDataType type, InputStreamSource stream) { in testLog()218 private void testLogDeviceInfo(String name, InputStreamSource stream) { in testLogDeviceInfo()
288 try (InputStream stream = source.createInputStream()) { in logReportFiles()
119 OutputStream stream = new FileOutputStream(mergedConfigFile); in storeMergedConfigFile() local
126 public void serialize(OutputStream stream) throws IOException { in serialize()