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