Function read_str

Source
pub fn read_str<T: Read>(
    r: &mut T,
    size: usize,
    text_encoding: &StringCodecMaps,
) -> Result<String, Error>
Expand description
  • Read a fixed-size string and decode it using the StringCodecMaps