public interface SequenceStreamer
Modifier and Type | Interface and Description |
---|---|
static class |
SequenceStreamer.FileStreamer |
static class |
SequenceStreamer.SequenceDBStreamer |
Modifier and Type | Method and Description |
---|---|
boolean |
hasNext() |
void |
reset() |
void |
streamNext(SeqIOListener listener) |
boolean hasNext()
void streamNext(SeqIOListener listener) throws IOException, BioException
IOException
BioException
void reset() throws BioException
BioException
Copyright © 2014 BioJava. All rights reserved.