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