public interface FASTAFileReader extends net.sf.kerner.utils.io.buffered.IOIterable<FASTAElement>
FASTAFileReader is used to read a FASTA file.
last reviewed: 2013-04-29
| Modifier and Type | Method and Description |
|---|---|
void |
close()
Closes this reader.
|
FASTAElementIterator |
getIterator() |
FASTAFile |
read()
Reads all
FASTAElements at once in one FASTAFile. |
void close()
close in interface AutoCloseableclose in interface Closeableclose in interface net.sf.kerner.utils.io.buffered.IOIterable<FASTAElement>Reader.close()FASTAElementIterator getIterator() throws IOException
getIterator in interface net.sf.kerner.utils.io.buffered.IOIterable<FASTAElement>IOExceptionFASTAFile read() throws IOException
FASTAElements at once in one FASTAFile.
Use this with care, since FASTA files can be huge!
FASTAFile that has been readIOExceptionCopyright © 2013. All Rights Reserved.