Package org.snpeff.fileIterator
Class BlastResultFileIterator
java.lang.Object
org.snpeff.fileIterator.FileIterator<T>
org.snpeff.fileIterator.LineClassFileIterator<BlastResultEntry>
org.snpeff.fileIterator.BlastResultFileIterator
- All Implemented Interfaces:
Iterable<BlastResultEntry>,Iterator<BlastResultEntry>
Iterate on each line of a GWAS catalog (TXT format)
- Author:
- pcingola
-
Field Summary
Fields inherited from class org.snpeff.fileIterator.LineClassFileIterator
clazz, debug, FIELD_NAME_SEPARATOR, fieldByName, fieldNames, fieldStr, separator -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.snpeff.fileIterator.LineClassFileIterator
createObject, fieldMap, iterator, readNext, setSeparatorMethods inherited from class org.snpeff.fileIterator.FileIterator
close, countNewLineChars, getFilePointer, getLine, getLineNum, guessNewLineChars, hasNext, hasSeek, init, isDebug, load, next, readLine, ready, remove, seek, setAutoClose, setDebug, setVerbose, toStringMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface java.lang.Iterable
forEach, spliteratorMethods inherited from interface java.util.Iterator
forEachRemaining
-
Constructor Details
-
BlastResultFileIterator
-