Method: BinData::Struct#do_read
- Defined in:
- lib/bindata/struct.rb
#do_read(io) ⇒ Object
:nodoc:
132 133 134 135 |
# File 'lib/bindata/struct.rb', line 132 def do_read(io) #:nodoc: instantiate_all_objs @field_objs.each { |f| f.do_read(io) if include_obj?(f) } end |