Home
last modified time | relevance | path

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

/libcore/luni/src/main/java/java/sql/
DSQLInput.java149 public byte[] readBytes() throws SQLException; in readBytes() method
/libcore/luni/src/main/java/org/apache/harmony/security/provider/cert/
DX509CertFactoryImpl.java578 private static byte[] readBytes(InputStream source, int length) in readBytes() method in X509CertFactoryImpl
/libcore/luni/src/main/java/libcore/io/
DPosix.java120 …private native int readBytes(FileDescriptor fd, Object buffer, int offset, int byteCount) throws E… in readBytes() method in Posix