Searched refs:readAllBytes (Results 1 – 9 of 9) sorted by relevance
48 static bool readAllBytes(const int fd, void* buffer, const size_t byteCount) { in readAllBytes() function92 bool read = readAllBytes(fd, (void*) &readInfo, sizeof(AndroidBitmapInfo)); in readBitmapPixels()124 read = readAllBytes(fd, (void*) pixels, byteCount); in readBitmapPixels()
58 return new String(Files.readAllBytes(file.toPath())); in readEntireFile()
75 final byte[] bytes = Files.readAllBytes(protoFile.toPath()); in loadTask()
91 String contents = new String(Files.readAllBytes(path), Charset.forName("UTF-8")); in testFileContentValid()
245 return Files.readAllBytes(Paths.get(procFile)); in readData()
296 byte[] content = Files.readAllBytes(path); in findClass()
61680 Ljava/nio/file/Files;->readAllBytes(Ljava/nio/file/Path;)[B
11225 HPLjava/nio/file/Files;->readAllBytes(Ljava/nio/file/Path;)[B
60293 method public static byte[] readAllBytes(java.nio.file.Path) throws java.io.IOException;