Skip to main content

read_fixed_length_string

Function read_fixed_length_string 

Source
pub fn read_fixed_length_string<R: Read + Seek>(
    r: &mut R,
    _: Endian,
    args: (usize,),
) -> BinResult<String>