Home
last modified time | relevance | path

Searched refs:readAll (Results 1 – 3 of 3) sorted by relevance

/libcore/ojluni/src/main/java/sun/misc/
DIOUtils.java50 public static byte[] readFully(InputStream is, int length, boolean readAll) in readFully() argument
67 if (readAll && length != Integer.MAX_VALUE) { in readFully()
/libcore/luni/src/test/java/libcore/javax/crypto/
DCipherInputStreamTest.java126 byte[] bytes = readAll(in); in testDecrypt_NullInput_Discarded()
136 byte[] bytes = readAll(in); in testEncrypt()
148 byte[] bytes = readAll(in); in testEncrypt_RC4()
159 byte[] bytes = readAll(in); in testDecrypt()
167 byte[] bytes = readAll(in); in testDecrypt_RC4()
178 private byte[] readAll(InputStream in) throws IOException { in readAll() method in CipherInputStreamTest
/libcore/ojluni/annotations/hiddenapi/sun/misc/
DIOUtils.java38 public static byte[] readFully(java.io.InputStream is, int length, boolean readAll) in readFully() argument