Reads all the bytes from the current position to the end of the file. On success, caller owns returned buffer. If the file is larger than max_bytes
, returns error.FileTooBig
.
Reads all the bytes from the current position to the end of the file. On success, caller owns returned buffer. If the file is larger than max_bytes
, returns error.FileTooBig
.