class BinData::Struct

def done_read

To be called after calling #read.
def done_read
  @field_objs.each { |f| f.done_read unless f.nil? }
end