Searched refs:byte1 (Results 1 – 2 of 2) sorted by relevance
372 int byte1 = stream1.read(); in compareFiles() local374 if (byte1 != byte2) { in compareFiles()377 eof = byte1 == -1; in compareFiles()
761 int byte1 = stream1.read(); in compareFileContents() local763 if (byte1 != byte2) { in compareFileContents()767 eof = byte1 == -1; in compareFileContents()