11 12 13
# File 'lib/xdr/unsigned_int.rb', line 11 def self.read(io) read_bytes(io, 4).unpack("L>").first end