Lines Matching refs:in
9 * This code is distributed in the hope that it will be useful, but WITHOUT12 * version 2 for more details (a copy is included in the LICENSE file that37 PushbackInputStream in =39 in.mark(-5);40 in.mark(6);41 in.mark(Integer.MAX_VALUE);43 in.reset();48 in.read();49 in.read();51 in.reset();