Home
last modified time | relevance | path

Searched refs:readAllBytes (Results 1 – 11 of 11) sorted by relevance

/libcore/ojluni/src/test/java/io/InputStream/
DReadAllBytes.java62 byte[] readBytes = in.readAllBytes(); in test()
72 check(in.readAllBytes().length == 0, in test()
DNullInputStream.java102 assertEquals(0, openStream.readAllBytes().length, in testReadAllBytes()
203 closedStream.readAllBytes(); in testReadAllBytesClosed()
/libcore/ojluni/src/test/java/io/FileInputStream/
DReadXBytes.java71 b = fis.readAllBytes(); in main()
107 byte[] allbytes = fis.readAllBytes(); in main()
/libcore/ojluni/src/main/java/sun/security/provider/certpath/
DX509CertPath.java186 DerInputStream dis = new DerInputStream(readAllBytes(is)); in parsePKIPATH()
229 is = new ByteArrayInputStream(readAllBytes(is)); in parsePKCS7()
258 private static byte[] readAllBytes(InputStream is) throws IOException { in readAllBytes() method in X509CertPath
/libcore/support/src/test/java/libcore/testing/io/
DTestIoUtils.java35 return new String(Files.readAllBytes(Paths.get(absolutePath)), StandardCharsets.UTF_8); in readFileAsString()
/libcore/ojluni/src/main/java/java/io/
DInputStream.java118 public byte[] readAllBytes() throws IOException { in nullInputStream() method
345 public byte[] readAllBytes() throws IOException { in readAllBytes() method
DByteArrayInputStream.java191 public synchronized byte[] readAllBytes() { in readAllBytes() method in ByteArrayInputStream
/libcore/ojluni/src/test/java/io/ByteArrayInputStream/
DReadAllReadNTransferTo.java69 byte[] bAll = bais.readAllBytes(); in testRead()
/libcore/ojluni/annotations/hiddenapi/sun/security/provider/certpath/
DX509CertPath.java61 private static byte[] readAllBytes(java.io.InputStream is) throws java.io.IOException { in readAllBytes() method in X509CertPath
/libcore/ojluni/src/main/java/java/nio/file/
DFiles.java3151 public static byte[] readAllBytes(Path path) throws IOException {
/libcore/api/
Dcurrent.txt1376 method public byte[] readAllBytes();
1719 method public byte[] readAllBytes() throws java.io.IOException;
7410 method public static byte[] readAllBytes(java.nio.file.Path) throws java.io.IOException;