|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectuk.ac.sanger.npg.illumina.file.reader.IlluminaFileReader
uk.ac.sanger.npg.illumina.file.reader.PositionFileReader
uk.ac.sanger.npg.illumina.file.reader.LocsFileReader
public class LocsFileReader
This class is a reader of a locs file
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from class uk.ac.sanger.npg.illumina.file.reader.PositionFileReader |
|---|
PositionFileReader.Position |
| Field Summary |
|---|
| Fields inherited from class uk.ac.sanger.npg.illumina.file.reader.PositionFileReader |
|---|
currentTotalClusters |
| Fields inherited from class uk.ac.sanger.npg.illumina.file.reader.IlluminaFileReader |
|---|
fileName, inputStream |
| Constructor Summary | |
|---|---|
LocsFileReader(java.lang.String locsFileName)
Constructor |
|
| Method Summary | |
|---|---|
int |
getTotalCluster()
|
boolean |
hasNext()
|
static void |
main(java.lang.String[] args)
|
PositionFileReader.Position |
next()
|
| Methods inherited from class uk.ac.sanger.npg.illumina.file.reader.PositionFileReader |
|---|
getCurrentTotalClusters |
| Methods inherited from class uk.ac.sanger.npg.illumina.file.reader.IlluminaFileReader |
|---|
close, getFileName, readFourBytes, readFourBytes, remove |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public LocsFileReader(java.lang.String locsFileName)
throws java.io.FileNotFoundException,
java.io.IOException
locsFileName - locs file name
java.io.FileNotFoundException
java.io.IOException| Method Detail |
|---|
public boolean hasNext()
hasNext in interface java.util.Iterator<java.lang.Object>hasNext in class IlluminaFileReaderpublic PositionFileReader.Position next()
next in interface java.util.Iterator<java.lang.Object>next in class PositionFileReaderpublic int getTotalCluster()
public static void main(java.lang.String[] args)
throws java.lang.Exception
args -
java.lang.Exception
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||