Skip to content

readvSync

readvSync(this, fd, buffers, position?): number

Defined in: src/node/sync.ts:688

Synchronous readv. Reads from a file descriptor into multiple buffers.

unknown

number

The file descriptor.

readonly ArrayBufferView<ArrayBufferLike>[]

An array of Uint8Array buffers.

number

The position in the file where to begin reading.

number

The number of bytes read.