# File lib/beefcake/buffer/decode.rb, line 7
    def read_info
      n    = read_uint64
      fn   = n >> 3
      wire = n & 0x7

      [fn, wire]
    end