6 7 8 9 10
# File 'lib/bmff/box/full.rb', line 6 def parse_data super @version = io.get_uint8 @flags = io.get_uint24 end