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 classSequenceStreamer.FileStreamerstatic classSequenceStreamer.SequenceDBStreamer
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description booleanhasNext()voidreset()voidstreamNext(SeqIOListener listener)
-
-
-
Method Detail
-
hasNext
boolean hasNext()
-
streamNext
void streamNext(SeqIOListener listener) throws IOException, BioException
- Throws:
IOExceptionBioException
-
reset
void reset() throws BioException
- Throws:
BioException
-
-