Uses of Interface
org.biojava3.core.sequence.io.template.SequenceParserInterface

Packages that use SequenceParserInterface
org.biojava3.core.sequence.io   
org.biojava3.core.sequence.loader   
 

Uses of SequenceParserInterface in org.biojava3.core.sequence.io
 

Classes in org.biojava3.core.sequence.io that implement SequenceParserInterface
 class FastaSequenceParser
          Used to parse a stream of a fasta file to get the sequence
 

Uses of SequenceParserInterface in org.biojava3.core.sequence.loader
 

Constructors in org.biojava3.core.sequence.loader with parameters of type SequenceParserInterface
SequenceFileProxyLoader(File file, SequenceParserInterface sequenceParser, long sequenceStartIndex, int sequenceLength, CompoundSet<C> compoundSet)
           
 



Copyright © 2010 BioJava. All Rights Reserved.