Uses of Interface
org.biojava.bio.program.ssaha.DataStore
-
Packages that use DataStore Package Description org.biojava.bio.program.ssaha SSAHA sequence searching API. -
-
Uses of DataStore in org.biojava.bio.program.ssaha
Classes in org.biojava.bio.program.ssaha that implement DataStore Modifier and Type Class Description classCompactedDataStoreAn implementation of DataStore that will map onto a file using the NIO constructs.Methods in org.biojava.bio.program.ssaha that return DataStore Modifier and Type Method Description DataStoreCompactedDataStoreFactory. buildDataStore(File storeFile, SequenceStreamer streamer, Packing packing, int wordLength, int stepSize, int threshold)DataStoreCompactedDataStoreFactory. buildDataStore(File storeFile, SequenceDB seqDB, Packing packing, int wordLength, int threshold)DataStoreDataStoreFactory. buildDataStore(File storeFile, SequenceDB seqDB, Packing packing, int wordLength, int threshold)Build a new DataStore.DataStoreMappedDataStoreFactory. buildDataStore(File storeFile, SequenceDB seqDB, Packing packing, int wordLength, int threshold)DataStoreNIODataStoreFactory. buildDataStore(File storeFile, SequenceDB seqDB, Packing packing, int wordLength, int threshold)DataStoreCompactedDataStoreFactory. getDataStore(File storeFile)DataStoreDataStoreFactory. getDataStore(File storeFile)Get a pre-built data store associated with a file.DataStoreMappedDataStoreFactory. getDataStore(File storeFile)DataStoreNIODataStoreFactory. getDataStore(File storeFile)
-