pub fn read_bytes(
stream: &mut dyn Read,
buf: &mut [u8],
) -> EncodingResult<usize>Expand description
Reads an array of bytes from the stream
pub fn read_bytes(
stream: &mut dyn Read,
buf: &mut [u8],
) -> EncodingResult<usize>Reads an array of bytes from the stream