# File lib/fastri/ri_index.rb, line 209
  def self.new_from_IO(anIO)
    obj = new
    obj.load(anIO)
    obj
  end