Reads bytes from the specified stream in to the specified buffer
Notes: The position and length to read is specified by the slice of buffer. Use slicing operation to specify a range to read to.
The amount of bytes read from the stream, or a StreamError.
StreamError
See Implementation
Reads bytes from the specified stream in to the specified buffer
Notes: The position and length to read is specified by the slice of buffer. Use slicing operation to specify a range to read to.