readvAsync

abstract fun <TBuffers : ReadonlyArray<ArrayBufferView<*>>> readvAsync(buffers: TBuffers, position: Number = definedExternally): Promise<ReadVResult<TBuffers>>(source)

Read from a file and write to an array of ArrayBufferView s

Since

v13.13.0, v12.17.0

Return

Fulfills upon success an object containing two properties:

Parameters

position='null' The offset from the beginning of the file where the data should be read from. If position is not a number, the data will be read from the current position.