module Exif::Tag::Formatter::SLong

convert data to unsigned long(4 byte) value.

Public Instance Methods

_formatData(data) click to toggle source
# File lib/exifparser/tag.rb, line 149
def _formatData(data)
  decode_slong(data)
end
format() click to toggle source
# File lib/exifparser/tag.rb, line 145
def format
  'Signed long'
end