Home
last modified time | relevance | path

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

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