Method: PSD::VectorStroke#parse

Defined in:
lib/psd/layer/info/vector_stroke.rb

#parseObject



9
10
11
12
# File 'lib/psd/layer/info/vector_stroke.rb', line 9

def parse
  version = @file.read_int
  @data = Descriptor.new(@file).parse
end