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 classstatic class -
Method Summary
Modifier and TypeMethodDescriptionbooleanhasNext()voidreset()voidstreamNext(SeqIOListener listener)
-
Method Details
-
hasNext
boolean hasNext() -
streamNext
- Throws:
IOExceptionBioException
-
reset
- Throws:
BioException
-