The buffer that the data will be written to.
The offset within the buffer where writing will start.
An integer specifying the number of bytes to read.
Optional
position: numberAn integer specifying where to begin reading from in the file. If position is null, data will be read from the current file position.
The number is the number of bytes read
Read data from the file specified by
fd
.