Class LineSeqFileIterator
java.lang.Object
org.snpeff.fileIterator.FileIterator<String>
org.snpeff.fileIterator.LineFileIterator
org.snpeff.fileIterator.LineSeqFileIterator
One line per sequence. Actually it is exactly the same as LineFilteIterator
- Author:
- pcingola
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class LineFileIterator
iterator, readNextMethods inherited from class FileIterator
close, countNewLineChars, getFilePointer, getLine, getLineNum, guessNewLineChars, hasNext, hasSeek, init, isDebug, load, next, readLine, ready, remove, seek, setAutoClose, setDebug, setVerbose, toStringMethods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface Iterable
forEach, spliteratorMethods inherited from interface Iterator
forEachRemaining
-
Field Details
-
debug
public static boolean debug
-
-
Constructor Details
-
LineSeqFileIterator
-