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 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
-
LineFileIterator
-
LineFileIterator
-
-
Method Details
-
iterator
-
readNext
Read a sequence from the file- Specified by:
readNextin classFileIterator<String>- Returns:
-