Uses of Interface
org.biojava.bio.program.ssaha.DataStore
Packages that use DataStore
-
Uses of DataStore in org.biojava.bio.program.ssaha
Classes in org.biojava.bio.program.ssaha that implement DataStoreModifier and TypeClassDescriptionclass
An implementation of DataStore that will map onto a file using the NIO constructs.Methods in org.biojava.bio.program.ssaha that return DataStoreModifier and TypeMethodDescriptionCompactedDataStoreFactory.buildDataStore
(File storeFile, SequenceStreamer streamer, Packing packing, int wordLength, int stepSize, int threshold) CompactedDataStoreFactory.buildDataStore
(File storeFile, SequenceDB seqDB, Packing packing, int wordLength, int threshold) DataStoreFactory.buildDataStore
(File storeFile, SequenceDB seqDB, Packing packing, int wordLength, int threshold) Build a new DataStore.MappedDataStoreFactory.buildDataStore
(File storeFile, SequenceDB seqDB, Packing packing, int wordLength, int threshold) NIODataStoreFactory.buildDataStore
(File storeFile, SequenceDB seqDB, Packing packing, int wordLength, int threshold) CompactedDataStoreFactory.getDataStore
(File storeFile) DataStoreFactory.getDataStore
(File storeFile) Get a pre-built data store associated with a file.MappedDataStoreFactory.getDataStore
(File storeFile) NIODataStoreFactory.getDataStore
(File storeFile)