# File lib/amq/hacks.rb, line 10 def self.pack_64_big_endian(long_long) [long_long].pack(Q) end
# File lib/amq/hacks.rb, line 14 def self.unpack_64_big_endian(data) data.unpack(Q) end
[Validate]
Generated with the Darkfish Rdoc Generator 2.