Searched refs:readAllBytes (Results 1 – 4 of 4) 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()
57655 method public static byte[] readAllBytes(java.nio.file.Path) throws java.io.IOException;
61563 method public static byte[] readAllBytes(java.nio.file.Path) throws java.io.IOException;