Searched refs:readAheadLimit (Results 1 – 8 of 8) sorted by relevance
81 private int readAheadLimit = 0; /* Valid only when markedChar > 0 */ field in BufferedReader137 if (delta >= readAheadLimit) { in fill()140 readAheadLimit = 0; in fill()143 if (readAheadLimit <= cb.length) { in fill()157 if (nlength > readAheadLimit) { in fill()158 nlength = readAheadLimit; in fill()501 public void mark(int readAheadLimit) throws IOException { in mark() argument502 if (readAheadLimit < 0) { in mark()507 this.readAheadLimit = readAheadLimit; in mark()
107 public void mark(int readAheadLimit) throws IOException { in mark() argument108 in.mark(readAheadLimit); in mark()
169 public void mark(int readAheadLimit) throws IOException { in mark() argument170 if (readAheadLimit < 0){ in mark()
260 public void mark(int readAheadLimit) throws IOException { in mark() argument262 super.mark(readAheadLimit); in mark()
261 public void mark(int readAheadLimit) {
231 public void mark(int readAheadLimit) throws IOException { in mark() argument
209 public void mark(int readAheadLimit) throws IOException { in mark() argument
217 public void mark(int readAheadLimit) throws IOException { in mark() argument