class BinData::Struct

def _do_read(io)

Reads the values for all fields in this object from +io+.
def _do_read(io)
  instantiate_all
  @field_objs.each { |f| f.do_read(io) }
end