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()504 public void mark(int readAheadLimit) throws IOException { in mark() argument505 if (readAheadLimit < 0) { in mark()510 this.readAheadLimit = readAheadLimit; in mark()
262 public void mark(int readAheadLimit) throws IOException { in mark() argument268 readAheadLimit++; in mark()269 super.mark(readAheadLimit); in mark()
108 public void mark(int readAheadLimit) throws IOException { in mark() argument109 in.mark(readAheadLimit); in mark()
170 public void mark(int readAheadLimit) throws IOException { in mark() argument171 if (readAheadLimit < 0){ in mark()
271 public void mark(int readAheadLimit) {
236 public void mark(int readAheadLimit) throws IOException { in mark() argument
218 public void mark(int readAheadLimit) throws IOException { in mark() argument
323 public void mark(int readAheadLimit) throws IOException { in mark() argument