class FileData::Ifd

Represents the tags present in any ifd (ordinal or extra)

Attributes

stream[RW]

Public Class Methods

new(exif_stream) click to toggle source
# File lib/file_data/formats/exif/ifd.rb, line 31
def initialize(exif_stream)
  @stream = exif_stream
end

Public Instance Methods

tags() click to toggle source
# File lib/file_data/formats/exif/ifd.rb, line 35
def tags
  tags_enum
end