Searched defs:endoffile (Results 1 - 3 of 3) sorted by relevance

/openjdk7/jdk/test/java/io/InputStream/
H A DSkip.java108 private long endoffile; field in class:MyInputStream
110 public MyInputStream(long endoffile) { argument
111 this.endoffile = endoffile;
116 if (readctr == endoffile) {
H A DReadParams.java209 private long endoffile; field in class:MyInputStream
211 public MyInputStream(long endoffile) { argument
212 this.endoffile = endoffile;
216 if (readctr == endoffile) {
/openjdk7/jdk/test/java/io/LineNumberInputStream/
H A DSkip.java84 private long endoffile; field in class:MyInputStream
86 public MyInputStream(long endoffile) { argument
87 this.endoffile = endoffile;
92 if (readctr == endoffile) {

Completed in 30 milliseconds