Uses of Package
org.biojava3.core.sequence.storage

Packages that use org.biojava3.core.sequence.storage
org.biojava3.core.sequence.loader   
org.biojava3.core.sequence.storage   
 

Classes in org.biojava3.core.sequence.storage used by org.biojava3.core.sequence.loader
ArrayListSequenceReader
          Stores a Sequence as a collection of compounds in an ArrayList
 

Classes in org.biojava3.core.sequence.storage used by org.biojava3.core.sequence.storage
BitSequenceReader
          An implementation of the popular bit encodings.
BitSequenceReader.BitArrayWorker
          The logic of working with a bit has been separated out into this class to help developers create the bit data structures without having to put the code into an intermediate format and to also use the format without the need to copy this code.
FourBitSequenceReader.FourBitArrayWorker
          A four bit per compound implementation of the bit array worker code.
TwoBitSequenceReader.TwoBitArrayWorker
          Extension of the BitArrayWorker which provides the 2bit implementation code.
 



Copyright © 2010 BioJava. All Rights Reserved.