Searched defs:readBytes (Results 1 – 9 of 9) sorted by relevance
/libcore/ojluni/src/test/java/io/InputStream/ |
D | ReadNBytes.java | 76 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
|
D | ReadAllBytes.java | 77 "Expected[" + expectedBytes + "], got:[" + readBytes + "]"); in test() local
|
/libcore/ojluni/src/main/java/java/sql/ |
D | SQLInput.java | 183 byte[] readBytes() throws SQLException; in readBytes() method
|
/libcore/ojluni/src/main/native/ |
D | io_util.c | 77 readBytes(JNIEnv *env, jobject this, jbyteArray bytes, in readBytes() function
|
/libcore/ojluni/src/main/java/sun/nio/cs/ |
D | StreamDecoder.java | 272 private int readBytes() throws IOException { in readBytes() method in StreamDecoder
|
/libcore/ojluni/annotations/hiddenapi/java/io/ |
D | RandomAccessFile.java | 60 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/ |
D | RandomAccessFile.java | 402 private int readBytes(byte b[], int off, int len) throws IOException { in readBytes() method in RandomAccessFile
|
/libcore/ojluni/src/main/java/java/net/ |
D | URLConnection.java | 1768 static private int readBytes(int c[], int len, InputStream is) in readBytes() method in URLConnection
|
/libcore/luni/src/main/java/libcore/io/ |
D | Linux.java | 192 …private native int readBytes(FileDescriptor fd, Object buffer, int offset, int byteCount) throws E… in readBytes() method in Linux
|