deno.com
function readvSync
#readvSync(
fd: number,
buffers: readonly ArrayBufferView[],
position?: number,
): number

For detailed information, see the documentation of the asynchronous version of this API: readv.

Parameters #

#fd: number
#buffers: readonly ArrayBufferView[]
optional
#position: number = 'null'

Return Type #

number

The number of bytes read.