Home
last modified time | relevance | path

Searched defs:readLimit (Results 1 – 4 of 4) sorted by relevance

/libcore/luni/src/main/java/java/io/
DReader.java97 public void mark(int readLimit) throws IOException { in mark()
DStringReader.java84 public void mark(int readLimit) throws IOException { in mark()
/libcore/support/src/test/java/tests/support/
DSupport_StringReader.java80 public void mark(int readLimit) throws IOException { in mark()
/libcore/luni/src/test/java/libcore/java/io/
DOldFilterReaderTest.java44 public void mark(int readLimit) throws IOException { in mark()