Searched refs:byte1 (Results 1 – 2 of 2) sorted by relevance
367 int byte1 = stream1.read(); in compareFiles() local369 if (byte1 != byte2) { in compareFiles()372 eof = byte1 == -1; in compareFiles()
726 int byte1 = stream1.read(); in compareFileContents() local728 if (byte1 != byte2) { in compareFileContents()732 eof = byte1 == -1; in compareFileContents()