Synchronous readv. Reads from a file descriptor into multiple buffers.
readv
The file descriptor.
An array of Uint8Array buffers.
Optional
The position in the file where to begin reading.
The number of bytes read.
Synchronous
readv
. Reads from a file descriptor into multiple buffers.