pub fn parse_u16<T: AsRef<[u8]>>(stream: &T, pos: &mut usize) -> u16
Expand description
Get a u16 from a bytestream and advance a position marker
ยงArguments
- bs : Serialized data, stream of bytes
- pos : Position marker - start postion of the deserialization