class BinData::DelayedIO
def read_now!
DelayedIO objects aren't read when #read is called.
def read_now! return unless include_obj? raise IOError, "read from where?" unless @read_io @read_io.seek_to_abs_offset(abs_offset) start_read do @type.do_read(@read_io) end end