# File lib/ole/types/property_set.rb, line 63 def load_header io.seek offset @byte_size, @length = io.read(8).unpack 'V2' end