Searched refs:stream2 (Results 1 – 2 of 2) sorted by relevance
365 BufferedInputStream stream2 = null; in compareFiles() local369 stream2 = new BufferedInputStream(new FileInputStream(file2)); in compareFiles()373 int byte2 = stream2.read(); in compareFiles()382 StreamUtil.close(stream2); in compareFiles()
753 BufferedInputStream stream2 = null; in compareFileContents() local758 stream2 = new BufferedInputStream(new FileInputStream(file2)); in compareFileContents()762 int byte2 = stream2.read(); in compareFileContents()771 StreamUtil.close(stream2); in compareFileContents()