Uses of Package
org.biojava.bio.program.indexdb

Packages that use org.biojava.bio.program.indexdb
org.biojava.bio.program.indexdb A flat-file ascii index of ascii flat files as per the OBDA specification. 
org.biojava.bio.program.tagvalue Process files as streams of records, each with tags with values. 
 

Classes in org.biojava.bio.program.indexdb used by org.biojava.bio.program.indexdb
BioStore
          BioStores represent directory and file structures which index flat files according to the OBDA specification.
IndexStore
          IndexStore is an interface for indexing flatfiles according to the OBDA specification.
Record
          Record represents a record within an indexed flat file databank as defined by the OBDA standard.
 

Classes in org.biojava.bio.program.indexdb used by org.biojava.bio.program.tagvalue
IndexStore
          IndexStore is an interface for indexing flatfiles according to the OBDA specification.