Implements pack to/unpack from 64bit string in network byte order compatible with Ruby 1.8+.
# File lib/amq/pack.rb, line 20 def self.pack_int16_big_endian(short) [long_long].pack(INT16) end
# File lib/amq/pack.rb, line 12 def self.pack_uint64_big_endian(long_long) [long_long].pack(UINT64) end
Generated with the Darkfish Rdoc Generator 2.