readvAsync
abstract fun readvAsync( buffers: <Error class: unknown class><<Error class: unknown class><out <Error class: unknown class>>>, position: Number = definedExternally): <Error class: unknown class><ReadVResult>(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.