Function read_sz_raw

Source
pub fn read_sz_raw<T: Read>(r: &mut T) -> Result<Vec<u8>>
Expand description
  • Read a NUL terminated string by raw, not decode it.