Reads data from the file and stores that in the given buffer.
If the file is not modified concurrently, the end-of-file is reached when the number of bytes read is zero.
method
Reads data from the file and stores that in the given buffer.
If the file is not modified concurrently, the end-of-file is reached when the number of bytes read is zero.
A buffer that will be filled with the file data read.
The location in the buffer at which to start filling.
The number of bytes to read.
The location where to begin reading data from the file. If null
, data will be read from the current file position, and the position will be updated. If position
is an integer, the current file position will remain unchanged.
Fulfills upon success with an object with two properties: