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