Home
last modified time | relevance | path

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

/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/luni/src/main/java/libcore/timezone/
DTzDataSetVersion.java264 private static byte[] readBytes(File file, int maxBytes) throws IOException { in readBytes() method in TzDataSetVersion
/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.java384 private int readBytes(byte b[], int off, int len) throws IOException { in readBytes() method in RandomAccessFile
/libcore/ojluni/src/main/java/java/net/
DURLConnection.java1746 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