class Phash::VideoHash

Class to store video hash and compare to other

Private Instance Methods

to_s() click to toggle source
# File lib/phash/video.rb, line 44
def to_s
  data.read_array_of_type(:uint64, :read_uint64, length).map{ |n| format('%016x', n) }.join(' ')
end