Home
last modified time | relevance | path

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

/libcore/ojluni/src/main/java/javax/sql/
DRowSetReader.java71 void readData(RowSetInternal caller) throws SQLException; in readData() method
/libcore/support/src/test/java/tests/support/
DSupport_TestWebServer.java403 private int readData(InputStream is, int length) { in readData() method in Support_TestWebServer.Worker
560 length = readData(is, length); in readContent()