Package org.biojava.bio.program.ssaha
Interface SequenceStreamer
-
- All Known Implementing Classes:
SequenceStreamer.FileStreamer
,SequenceStreamer.SequenceDBStreamer
public interface SequenceStreamer
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static class
SequenceStreamer.FileStreamer
static class
SequenceStreamer.SequenceDBStreamer
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description boolean
hasNext()
void
reset()
void
streamNext(SeqIOListener listener)
-
-
-
Method Detail
-
hasNext
boolean hasNext()
-
streamNext
void streamNext(SeqIOListener listener) throws IOException, BioException
- Throws:
IOException
BioException
-
reset
void reset() throws BioException
- Throws:
BioException
-
-