Function read_u16

Source
fn read_u16<R: Read>(read: &mut R) -> Result<u16, Error>
Expand description

Read a single u16 from an ~/.Xauthority file.

The file stores these entries in big endian.