pub fn read_str<T: Read>( r: &mut T, size: usize, text_encoding: &StringCodecMaps, ) -> Result<String, Error>
StringCodecMaps