file descriptor
Optional buffer: ArrayBufferViewoutput buffer [Buffer.alloc(16384)]
Optional offset: numberbuffer offset [0]
Optional length: numberread length [buffer.length - offset]
Optional position: ReadPositionfile position [null ⇒ current]
read status {bytesRead, buffer}
Read data from a file.
file descriptor
Optional options: ReadAsyncOptions<B>read options {buffer, offset, length, position}
read status {bytesRead, buffer}
Generated using TypeDoc
Read data from a file.