file descriptor
callback (err, bytesRead, buffer)
Read data from a file.
file descriptor
output buffer [Buffer.alloc(16384)]
callback (err, bytesRead, buffer)
Read data from a file.
file descriptor
output buffer [Buffer.alloc(16384)]
buffer offset [0]
callback (err, bytesRead, buffer)
Read data from a file.
file descriptor
output buffer [Buffer.alloc(16384)]
buffer offset [0]
read length [buffer.length - offset]
callback (err, bytesRead, buffer)
Read data from a file.
file descriptor
output buffer [Buffer.alloc(16384)]
buffer offset [0]
read length [buffer.length - offset]
file position [null ⇒ current]
callback (err, bytesRead, buffer)
Read data from a file.
file descriptor
read options {buffer, offset, length, position}
callback (err, bytesRead, buffer)
Read data from a file.
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.