Uses of Class
org.biojava.nbio.core.sequence.storage.BitSequenceReader.BitArrayWorker
-
Packages that use BitSequenceReader.BitArrayWorker Package Description org.biojava.nbio.core.sequence.storage -
-
Uses of BitSequenceReader.BitArrayWorker in org.biojava.nbio.core.sequence.storage
Subclasses of BitSequenceReader.BitArrayWorker in org.biojava.nbio.core.sequence.storage Modifier and Type Class Description static classFourBitSequenceReader.FourBitArrayWorker<C extends Compound>A four bit per compound implementation of the bit array worker code.static classTwoBitSequenceReader.TwoBitArrayWorker<C extends NucleotideCompound>Extension of the BitArrayWorker which provides the 2bit implementation code.Constructors in org.biojava.nbio.core.sequence.storage with parameters of type BitSequenceReader.BitArrayWorker Constructor Description BitSequenceReader(BitSequenceReader.BitArrayWorker<C> worker, AccessionID accession)Instance which allows you to supply a different @{BitArrayWorker} object.
-