IndefiniteLengthInputStream.java | 10 private int _b1; field in class:IndefiniteLengthInputStream 22 _b1 = in.read(); 43 if (!_eofReached && _eofOn00 && (_b1 == 0x00 && _b2 == 0x00)) 73 b[off] = (byte)_b1; 76 _b1 = _in.read(); 104 int v = _b1; 106 _b1 = _b2;
|