NodefsreadvSyncfunction readvSync#readvSync(fd: number,buffers: readonly ArrayBufferView[],position?: number,): numberFor detailed information, see the documentation of the asynchronous version of this API: readv. Parameters ##fd: number #buffers: readonly ArrayBufferView[] #position: number = 'null' optionalReturn Type #number The number of bytes read.
function readvSync#readvSync(fd: number,buffers: readonly ArrayBufferView[],position?: number,): numberFor detailed information, see the documentation of the asynchronous version of this API: readv. Parameters ##fd: number #buffers: readonly ArrayBufferView[] #position: number = 'null' optionalReturn Type #number The number of bytes read.