Searched refs:readBytes (Results 1 - 3 of 3) sorted by relevance

/dalvik/libcore/sql/src/main/java/java/sql/
H A DSQLInput.java33 * directly. Reader methods such as {@code readLong} and {@code readBytes}
149 public byte[] readBytes() throws SQLException; method in interface:SQLInput
/dalvik/libcore/security/src/main/java/org/apache/harmony/security/provider/cert/
H A DX509CertFactoryImpl.java610 private static byte[] readBytes(InputStream source, int length) method in class:X509CertFactoryImpl
668 byte[] buff = readBytes(inStream, CERT_CACHE_SEED_LENGTH);
741 byte[] buff = readBytes(inStream, CRL_CACHE_SEED_LENGTH);
/dalvik/tools/dexdeps/src/com/android/dexdeps/
H A DDexData.java75 readBytes(magic);
432 void readBytes(byte[] buffer) throws IOException { method in class:DexData

Completed in 76 milliseconds