Package org.snpeff.fileIterator
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 org.snpeff.fileIterator.LineFileIterator
iterator, readNextMethods 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
-
Field Details
-
debug
public static boolean debug
-
-
Constructor Details
-
LineSeqFileIterator
-