pub fn bytes(reader: &mut Reader<'_>, max_len: usize) -> Result<Vec<u8>>
Consume a byte string of up to max_len bytes from the reader.
max_len