Searched refs:stream1 (Results 1 – 2 of 2) sorted by relevance
364 BufferedInputStream stream1 = null; in compareFiles() local368 stream1 = new BufferedInputStream(new FileInputStream(file1)); in compareFiles()372 int byte1 = stream1.read(); in compareFiles()381 StreamUtil.close(stream1); in compareFiles()
752 BufferedInputStream stream1 = null; in compareFileContents() local757 stream1 = new BufferedInputStream(new FileInputStream(file1)); in compareFileContents()761 int byte1 = stream1.read(); in compareFileContents()770 StreamUtil.close(stream1); in compareFileContents()