pub fn read_bytes<R>(stream: &mut R, buf: &mut [u8]) -> Result<usize, Error>where R: Read + ?Sized,
Reads an array of bytes from the stream