Searched refs:stream1 (Results 1 – 3 of 3) 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()
750 BufferedInputStream stream1 = null; in compareFileContents() local755 stream1 = new BufferedInputStream(new FileInputStream(file1)); in compareFileContents()759 int byte1 = stream1.read(); in compareFileContents()768 StreamUtil.close(stream1); in compareFileContents()
META-INF/ META-INF/MANIFEST.MF jline/ jline/CompletionHandler.class CompletionHandler ...