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 TypeClassDescriptionclassThe original object for indexing sequence files.classEmblCDROMIndexStores implement a read-onlyIndexStorebacked by EMBL CD-ROM format binary indices.classImplements 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.