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