Uses of Interface
org.biojava.nbio.core.sequence.io.template.SequenceParserInterface
Packages that use SequenceParserInterface
-
Uses of SequenceParserInterface in org.biojava.nbio.core.sequence.io
Classes in org.biojava.nbio.core.sequence.io that implement SequenceParserInterfaceModifier and TypeClassDescriptionclass
Used to parse a stream of a fasta file to get the sequenceclass
GenbankSequenceParser<S extends AbstractSequence<C>,
C extends Compound> Constructors in org.biojava.nbio.core.sequence.io with parameters of type SequenceParserInterfaceModifierConstructorDescriptionFileProxyDNASequenceCreator
(File file, CompoundSet<NucleotideCompound> compoundSet, SequenceParserInterface sequenceParser) Need File so that we can store full path name in SequenceFileProxyLoader for Random File access as a quick readFileProxyProteinSequenceCreator
(File file, CompoundSet<AminoAcidCompound> compoundSet, SequenceParserInterface sequenceParser) Need File so that we can store full path name in SequenceFileProxyLoader for Random File access as a quick readFileProxyRNASequenceCreator
(File file, CompoundSet<NucleotideCompound> compoundSet, SequenceParserInterface sequenceParser) Need File so that we can store full path name in SequenceFileProxyLoader for Random File access as a quick read -
Uses of SequenceParserInterface in org.biojava.nbio.core.sequence.loader
Constructors in org.biojava.nbio.core.sequence.loader with parameters of type SequenceParserInterfaceModifierConstructorDescriptionSequenceFileProxyLoader
(File file, SequenceParserInterface sequenceParser, long sequenceStartIndex, int sequenceLength, CompoundSet<C> compoundSet)