Function llm_base::util::read_bytes_with_len
source · pub fn read_bytes_with_len(
reader: &mut dyn BufRead,
len: usize
) -> Result<Vec<u8, Global>, Error>Expand description
Read a variable-length array of bytes from a reader.