fdPread

fnErrno fdPread(Fd fd, Iovec * iovs, Size iovsLen, FileSize offset, Size * outSize) @importName("fd_pread")

Read from a file descriptor, without using and updating the file descriptor's offset.

Note

This is similar to preadv in Linux (and other Unix-es).