AutoCloseable, Iterable<ClusterData>, Iterator<ClusterData>public class IlluminaDataProvider extends BaseIlluminaDataProvider
lane| Modifier and Type | Method | Description |
|---|---|---|
void |
close() |
|
boolean |
hasNext() |
|
ClusterData |
next() |
|
void |
remove() |
|
void |
seekToTile(int oneBasedTileNumber) |
Jump so that the next record returned will be from the specified tile.
|
addData, addData, addData, addReadData, addReadData, addReadData, iteratorforEach, spliteratorforEachRemainingpublic boolean hasNext()
public ClusterData next()
public void remove()
public void seekToTile(int oneBasedTileNumber)
public void close()
close in interface AutoCloseableclose in class BaseIlluminaDataProvider