Uses of Interface
org.biojava.bio.seq.db.IndexStore
Packages that use IndexStore
-
Uses of IndexStore in org.biojava.bio.seq.db
Classes in org.biojava.bio.seq.db that implement IndexStoreModifier and TypeClassDescriptionclass
The original object for indexing sequence files.class
EmblCDROMIndexStore
s implement a read-onlyIndexStore
backed by EMBL CD-ROM format binary indices.class
Implements IndexStore as a serialized file for the java data and a tab-delimited file of offsets.Methods in org.biojava.bio.seq.db that return IndexStoreConstructors in org.biojava.bio.seq.db with parameters of type IndexStoreModifierConstructorDescriptionIndexedSequenceDB
(IDMaker idMaker, IndexStore indexStore) Create an IndexedSequenceDB by specifying both the IDMaker and IndexStore used.IndexedSequenceDB
(IndexStore indexStore) Create an IndexedSequenceDB by specifying IndexStore used.