Function read_u32_arr

Source
pub fn read_u32_arr<R>(map: &mut R, endian: Endian, size: u8) -> Vec<u32>
where R: Read,