Searched refs:ch2 (Results 1 – 1 of 1) sorted by relevance
957 int ch2 = is.read(); in readShort() local958 if ((ch1 | ch2) < 0) { in readShort()961 return (short) ((ch1 << 8) + (ch2)); in readShort()