class BMFF::Box::DataReference

vim: set expandtab tabstop=2 shiftwidth=2 softtabstop=2 autoindent:

Attributes

entry_count[RW]

Public Instance Methods

parse_data() click to toggle source
Calls superclass method BMFF::Box::Full#parse_data
# File lib/bmff/box/data_reference.rb, line 9
def parse_data
  super
  @entry_count = io.get_uint32
  parse_children
end