# File lib/fastri/full_text_index.rb, line 38
  def self.new_from_ios(fulltext_IO, suffix_arrray_IO, options = {})
    new(:io, fulltext_IO, suffix_arrray_IO, options)
  end