Searched refs:readAll (Results 1 – 3 of 3) sorted by relevance
50 public static byte[] readFully(InputStream is, int length, boolean readAll) in readFully() argument67 if (readAll && length != Integer.MAX_VALUE) { in readFully()
126 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
38 public static byte[] readFully(java.io.InputStream is, int length, boolean readAll) in readFully() argument