Package org.snpeff.fileIterator
Class LineFileIterator
- Direct Known Subclasses:
LineSeqFileIterator
Iterate on each line in this file
- Author:
- pcingola
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionLineFileIterator
(String lineSeqFileName) LineFileIterator
(String lineSeqFileName, boolean gzip) -
Method Summary
Methods 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, toString
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
Methods inherited from interface java.lang.Iterable
forEach, spliterator
Methods inherited from interface java.util.Iterator
forEachRemaining
-
Field Details
-
debug
public static boolean debug
-
-
Constructor Details
-
LineFileIterator
-
LineFileIterator
-
-
Method Details
-
iterator
-
readNext
Read a sequence from the file- Specified by:
readNext
in classFileIterator<String>
- Returns:
-