# File lib/arr-pm/file/tag.rb, line 262
  def initialize(tag_id, type, offset, count, data)
    @tag = tag_id
    @type = type
    @offset = offset
    @count = count

    @data = data

    @inspectables = [:@tag, :@type, :@offset, :@count, :@value]
  end