Searched refs:stream1 (Results 1 – 2 of 2) sorted by relevance
359 BufferedInputStream stream1 = null; in compareFiles() local363 stream1 = new BufferedInputStream(new FileInputStream(file1)); in compareFiles()367 int byte1 = stream1.read(); in compareFiles()376 StreamUtil.close(stream1); in compareFiles()
717 BufferedInputStream stream1 = null; in compareFileContents() local722 stream1 = new BufferedInputStream(new FileInputStream(file1)); in compareFileContents()726 int byte1 = stream1.read(); in compareFileContents()735 StreamUtil.close(stream1); in compareFileContents()