This data can be found mostly in rpmtag.h
See 'rpmTagType' enum in rpmtag.h
# 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
# File lib/arr-pm/file/tag.rb, line 277 def tag_as_int @tag end