JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
SEARCH:
Uses of Package
org.biojava3.core.sequence.storage
Packages that use
org.biojava3.core.sequence.storage
Package
Description
org.biojava3.core.sequence.loader
org.biojava3.core.sequence.storage
Classes in
org.biojava3.core.sequence.storage
used by
org.biojava3.core.sequence.loader
Class
Description
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
Class
Description
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.