Searched refs:readAheadLimit (Results 1 – 2 of 2) sorted by relevance
116 public synchronized void mark(int readAheadLimit) throws IOException { in mark() argument117 checkArgument(readAheadLimit >= 0, "readAheadLimit (%s) may not be negative", readAheadLimit); in mark()
854 public void mark(int readAheadLimit) { in mark() argument