32-bit unsigned, VAX (little-endian) byte order
51
# File 'lib/steem/marshal.rb', line 51 def uint32; BinData::Uint32le.read(scan(4)); end