Method: Exif::Tag::MakerNote::Tag0x0004#processData

Defined in:
lib/exifparser/makernote/canon.rb

#processDataObject

[View source]

275
276
277
278
279
280
# File 'lib/exifparser/makernote/canon.rb', line 275

def processData
  @formatted = []
  partition_data(@count) do |part|
    @formatted.push _formatData(part)
  end
end