# File lib/beefcake/buffer/encode.rb, line 16
    def append_info(fn, wire)
      append_uint32((fn << 3) | wire)
    end