org.biojava.bio.program.ssaha
Interface SequenceStreamer

All Known Implementing Classes:
SequenceStreamer.FileStreamer, SequenceStreamer.SequenceDBStreamer

public interface SequenceStreamer


Nested Class Summary
static class SequenceStreamer.FileStreamer
           
static class SequenceStreamer.SequenceDBStreamer
           
 
Method Summary
 boolean hasNext()
           
 void reset()
           
 void streamNext(SeqIOListener listener)
           
 

Method Detail

hasNext

public boolean hasNext()

streamNext

public void streamNext(SeqIOListener listener)
                throws java.io.IOException,
                       BioException
Throws:
java.io.IOException
BioException

reset

public void reset()
           throws BioException
Throws:
BioException