Package org.biojava.bio.program.ssaha
Interface SequenceStreamer
- All Known Implementing Classes:
SequenceStreamer.FileStreamer
,SequenceStreamer.SequenceDBStreamer
public interface SequenceStreamer
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic class
static class
-
Method Summary
Modifier and TypeMethodDescriptionboolean
hasNext()
void
reset()
void
streamNext
(SeqIOListener listener)
-
Method Details
-
hasNext
boolean hasNext() -
streamNext
- Throws:
IOException
BioException
-
reset
- Throws:
BioException
-