public class FASTAElementIterator extends net.sf.kerner.utils.io.buffered.AbstractIOIterator<FASTAElement>
Example:
TODO example
last reviewed: 2013-04-29
| Modifier and Type | Field and Description |
|---|---|
protected char[] |
alphabet |
| Constructor and Description |
|---|
FASTAElementIterator(BufferedReader reader) |
FASTAElementIterator(BufferedReader reader,
char[] alphabet) |
FASTAElementIterator(File file) |
FASTAElementIterator(File file,
char[] alphabet) |
FASTAElementIterator(InputStream stream) |
FASTAElementIterator(InputStream stream,
char[] alphabet) |
FASTAElementIterator(Reader reader) |
FASTAElementIterator(Reader reader,
char[] alphabet) |
public FASTAElementIterator(BufferedReader reader) throws IOException
IOExceptionpublic FASTAElementIterator(BufferedReader reader, char[] alphabet) throws IOException
IOExceptionpublic FASTAElementIterator(File file) throws IOException
IOExceptionpublic FASTAElementIterator(File file, char[] alphabet) throws IOException
IOExceptionpublic FASTAElementIterator(InputStream stream) throws IOException
IOExceptionpublic FASTAElementIterator(InputStream stream, char[] alphabet) throws IOException
IOExceptionpublic FASTAElementIterator(Reader reader) throws IOException
IOExceptionpublic FASTAElementIterator(Reader reader, char[] alphabet) throws IOException
IOExceptionprotected FASTAElement doRead() throws IOException
doRead in class net.sf.kerner.utils.io.buffered.AbstractIOIterator<FASTAElement>IOExceptionCopyright © 2013. All Rights Reserved.