# File lib/mp3info.rb, line 461
  def flush
    return unless @io_is_a_file
    close
    reload
  end