Searched refs:stream2 (Results 1 – 3 of 3) sorted by relevance
379 BufferedInputStream stream2 = null; in compareFiles() local383 stream2 = new BufferedInputStream(new FileInputStream(file2)); in compareFiles()387 int byte2 = stream2.read(); in compareFiles()396 StreamUtil.close(stream2); in compareFiles()
832 BufferedInputStream stream2 = null; in compareFileContents() local837 stream2 = new BufferedInputStream(new FileInputStream(file2)); in compareFileContents()841 int byte2 = stream2.read(); in compareFileContents()850 StreamUtil.close(stream2); in compareFileContents()
543 file2.inputStream().buffered().use { stream2 -> in compareFileContents() method548 val c2 = stream2.read(buffer2) in compareFileContents()