Uses of Class
org.biojava3.core.sequence.storage.BitSequenceReader.BitArrayWorker
Packages that use BitSequenceReader.BitArrayWorker
-
Uses of BitSequenceReader.BitArrayWorker in org.biojava3.core.sequence.storage
Subclasses of BitSequenceReader.BitArrayWorker in org.biojava3.core.sequence.storageModifier and TypeClassDescriptionstatic classFourBitSequenceReader.FourBitArrayWorker<C extends Compound>A four bit per compound implementation of the bit array worker code.static classExtension of the BitArrayWorker which provides the 2bit implementation code.Constructors in org.biojava3.core.sequence.storage with parameters of type BitSequenceReader.BitArrayWorkerModifierConstructorDescriptionBitSequenceReader(BitSequenceReader.BitArrayWorker<C> worker, AccessionID accession) Instance which allows you to supply a different @{BitArrayWorker} object.