Method: EXIFR::TIFF::Data#readlong

Defined in:
lib/exifr/tiff.rb

#readlong(pos) ⇒ Object



684
685
686
# File 'lib/exifr/tiff.rb', line 684

def readlong(pos)
  self[pos..(pos + 3)].unpack(@long)[0]
end