Searched refs:stream1 (Results 1 – 3 of 3) sorted by relevance
378 BufferedInputStream stream1 = null; in compareFiles() local382 stream1 = new BufferedInputStream(new FileInputStream(file1)); in compareFiles()386 int byte1 = stream1.read(); in compareFiles()395 StreamUtil.close(stream1); in compareFiles()
831 BufferedInputStream stream1 = null; in compareFileContents() local836 stream1 = new BufferedInputStream(new FileInputStream(file1)); in compareFileContents()840 int byte1 = stream1.read(); in compareFileContents()849 StreamUtil.close(stream1); in compareFileContents()
542 file1.inputStream().buffered().use { stream1 -> in compareFileContents() method547 val c1 = stream1.read(buffer1) in compareFileContents()