Home
last modified time | relevance | path

Searched defs:readData (Results 1 – 5 of 5) sorted by relevance

/libcore/ojluni/src/main/java/javax/sql/
DRowSetReader.java71 void readData(RowSetInternal caller) throws SQLException; in readData() method
/libcore/luni/src/test/java/libcore/java/nio/file/
DDefaultSecureDirectoryStreamTest.java232 String readData = new String(Arrays.copyOf(readBuffer.array(), bytesReadCount), in test_newByteChannel() local
DDefaultFileSystemProviderTest.java314 String readData = new String(Arrays.copyOf(readBuffer.array(), bytesReadCount), in test_newByteChannel() local
371 String readData = new String(Arrays.copyOf(readBuffer.array(), bytesReadCount), in test_newByteChannel_openOption_WRITE_READ() local
DFiles2Test.java1189 String readData = new String(Arrays.copyOf(readBuffer.array(), bytesReadCount), in test_newByteChannel() local
1233 String readData = new String(Arrays.copyOf(readBuffer.array(), bytesReadCount), in test_newByteChannel_openOption_WRITE_READ() local
/libcore/support/src/test/java/tests/support/
DSupport_TestWebServer.java396 private int readData(InputStream is, int length) { in readData() method in Support_TestWebServer.Worker