Fill the provided buffer. Returns the number of bytes actually read, which will be less that dst.length when Eof has been reached and Eof thereafter.
Where data should be placed.
Whether to throw an exception when dst is not filled (an Eof occurs first). Defaults to false.
See Implementation
Fill the provided buffer. Returns the number of bytes actually read, which will be less that dst.length when Eof has been reached and Eof thereafter.