16-bit unsigned, VAX (little-endian) byte order
50
# File 'lib/steem/marshal.rb', line 50 def uint16; BinData::Uint16le.read(scan(2)); end