Function read_u16

Source
pub fn read_u16<R>(map: &mut R, endian: Endian) -> u16
where R: Read,