Searched refs:byte1 (Results 1 – 1 of 1) sorted by relevance
587 int byte1 = in.read(); in fileToString() local589 if (byte1 == 0xFF && byte2 == 0xFE) { in fileToString()591 } else if (byte1 == 0xFF && byte2 == 0xFF) { in fileToString()595 if (byte1 == 0xEF && byte2 == 0xBB && byte3 == 0xBF) { in fileToString()