pub fn read_str_by_code_page<T: Read>(
r: &mut T,
size: usize,
text_encoding: &StringCodecMaps,
code_page: u32,
) -> Result<String>
Expand description
- Read a fixed-size string and decode it using the
StringCodecMaps
while you can specify the code page.