Parent

Class/Module Index [+]

Quicksearch

Bio::FlatFileIndex::BDB_1::SecondaryNameSpace

Public Instance Methods

filename() click to toggle source
# File lib/bio/io/flatfile/bdb.rb, line 234
def filename
  File.join(dbname, "id_#{name}")
end
mapping(filename) click to toggle source
# File lib/bio/io/flatfile/bdb.rb, line 231
def mapping(filename)
  BDBMappingFile.new(filename)
end
search(key) click to toggle source
# File lib/bio/io/flatfile/bdb.rb, line 238
def search(key)
  r = super(key)
  file.close
  r
end

[Validate]

Generated with the Darkfish Rdoc Generator 2.