Home
last modified time | relevance | path

Searched refs:readAheadLimit (Results 1 – 2 of 2) sorted by relevance

/external/guava/guava/src/com/google/common/io/
DCharSequenceReader.java116 public synchronized void mark(int readAheadLimit) throws IOException { in mark() argument
117 checkArgument(readAheadLimit >= 0, "readAheadLimit (%s) may not be negative", readAheadLimit); in mark()
/external/protobuf/java/core/src/main/java/com/google/protobuf/
DRopeByteString.java854 public void mark(int readAheadLimit) { in mark() argument