@return
# File lib/amq/protocol/client.rb, line 761 def self.decode(data) offset = 0 self.new() end
@return
# File lib/amq/protocol/client.rb, line 775 def self.encode(channel) buffer = "" buffer << @packed_indexes MethodFrame.new(buffer, channel) end
Generated with the Darkfish Rdoc Generator 2.