module Exif::Tag::Formatter::UByte

convert data to unsigned byte(1 byte) value.

Public Instance Methods

_formatData(data) click to toggle source
# File lib/exifparser/tag.rb, line 35
def _formatData(data)
  decode_ubytes(data)
end
format() click to toggle source
# File lib/exifparser/tag.rb, line 31
def format
  'Unsigned byte'
end