public class ClocsFileReader extends AbstractIlluminaPositionFileReader
AbstractIlluminaPositionFileReader.PositionInfoMAX_POS, MIN_POS| Constructor and Description |
|---|
ClocsFileReader(java.io.File clocsFile) |
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
boolean |
hasNext()
Return true if the file has more elements to return, false otherwise
|
protected java.lang.String |
makeExceptionMsg()
Create a string that will be included in any NoSuchElementException thrown by the next() method
|
protected AbstractIlluminaPositionFileReader.PositionInfo |
unsafeNextInfo()
Grab the next set of offset values, decompress them.
|
getFile, getLane, getTile, next, removeprotected AbstractIlluminaPositionFileReader.PositionInfo unsafeNextInfo()
unsafeNextInfo in class AbstractIlluminaPositionFileReaderprotected java.lang.String makeExceptionMsg()
AbstractIlluminaPositionFileReadermakeExceptionMsg in class AbstractIlluminaPositionFileReaderpublic boolean hasNext()
AbstractIlluminaPositionFileReaderhasNext in interface java.util.Iterator<AbstractIlluminaPositionFileReader.PositionInfo>hasNext in class AbstractIlluminaPositionFileReaderpublic void close()