Searched refs:readAllBytes (Results 1 – 6 of 6) 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()
75 final byte[] bytes = Files.readAllBytes(protoFile.toPath()); in loadTask()
58069 method public static byte[] readAllBytes(java.nio.file.Path) throws java.io.IOException;
58551 method public static byte[] readAllBytes(java.nio.file.Path) throws java.io.IOException;
62027 method public static byte[] readAllBytes(java.nio.file.Path) throws java.io.IOException;
12714 HPLjava/nio/file/Files;->readAllBytes(Ljava/nio/file/Path;)[B