Read from a stream into a target array. The provided dst will be fully populated with content from the input.
This differs from read in that it will throw an exception where an Eof condition is reached before input has completed.
See Implementation
Read from a stream into a target array. The provided dst will be fully populated with content from the input.
This differs from read in that it will throw an exception where an Eof condition is reached before input has completed.