Transfer content into the provided dst.
Populates the provided array with content. We try to satisfy the request from the buffer content, and read directly from an attached conduit when the buffer is empty.
Destination of the content.
the number of bytes read, which may be less than dst.length. Eof is returned when no further content is available.
See Implementation
Transfer content into the provided dst.
Populates the provided array with content. We try to satisfy the request from the buffer content, and read directly from an attached conduit when the buffer is empty.