read_bytes

Function read_bytes 

Source
pub fn read_bytes<R: Read>(r: &mut R, len: u64) -> Result<Vec<u8>>
Expand description

Reads len number of bytes from a byte stream.