Home | History | Annotate | Download | only in input

Lines Matching refs:in

6  * (the "License"); you may not use this file except in compliance with

11 * Unless required by applicable law or agreed to in writing, software
44 // the proxy is stored in a protected superclass variable named 'in'
53 return in.read();
63 return in.read(chr);
75 return in.read(chr, st, end);
85 return in.skip(ln);
94 return in.ready();
102 in.close();
111 in.mark(idx);
119 in.reset();
127 return in.markSupported();