Home
last modified time | relevance | path

Searched defs:readBytes (Results 1 – 9 of 9) sorted by relevance

/libcore/ojluni/src/test/java/io/InputStream/
DReadNBytes.java76 check(Arrays.equals((tmp = Arrays.copyOf(inputBytes, nread)), readBytes), in test() local
77 "Expected[" + tmp + "], got:[" + readBytes + "]"); in test() local
87 "Expected[" + tmp + "], got:[" + readBytes + "]"); in test() local
124 check(Arrays.equals(Arrays.copyOfRange(inputBytes, off, off + len), readBytes), in test() local
133 readBytes), in test() local
DReadAllBytes.java77 "Expected[" + expectedBytes + "], got:[" + readBytes + "]"); in test() local
/libcore/ojluni/src/main/java/java/sql/
DSQLInput.java183 byte[] readBytes() throws SQLException; in readBytes() method
/libcore/ojluni/src/main/native/
Dio_util.c77 readBytes(JNIEnv *env, jobject this, jbyteArray bytes, in readBytes() function
/libcore/ojluni/src/main/java/sun/nio/cs/
DStreamDecoder.java272 private int readBytes() throws IOException { in readBytes() method in StreamDecoder
/libcore/ojluni/annotations/hiddenapi/java/io/
DRandomAccessFile.java60 private int readBytes(byte[] b, int off, int len) throws java.io.IOException { in readBytes() method in RandomAccessFile
/libcore/ojluni/src/main/java/java/io/
DRandomAccessFile.java402 private int readBytes(byte b[], int off, int len) throws IOException { in readBytes() method in RandomAccessFile
/libcore/ojluni/src/main/java/java/net/
DURLConnection.java1768 static private int readBytes(int c[], int len, InputStream is) in readBytes() method in URLConnection
/libcore/luni/src/main/java/libcore/io/
DLinux.java192 …private native int readBytes(FileDescriptor fd, Object buffer, int offset, int byteCount) throws E… in readBytes() method in Linux