|
||||||||||
| 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
public abstract class PositionFileReader
This class tries to open a Illumina position file including clocs, locs or pos file into a data input stream
| Nested Class Summary | |
|---|---|
static class |
PositionFileReader.Position
position class |
| Field Summary | |
|---|---|
protected int |
currentTotalClusters
|
| Fields inherited from class uk.ac.sanger.npg.illumina.file.reader.IlluminaFileReader |
|---|
fileName, inputStream |
| Constructor Summary | |
|---|---|
PositionFileReader(java.lang.String fileName)
|
|
| Method Summary | |
|---|---|
int |
getCurrentTotalClusters()
|
abstract PositionFileReader.Position |
next()
|
| Methods inherited from class uk.ac.sanger.npg.illumina.file.reader.IlluminaFileReader |
|---|
close, getFileName, hasNext, readFourBytes, readFourBytes, remove |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected int currentTotalClusters
| Constructor Detail |
|---|
public PositionFileReader(java.lang.String fileName)
throws java.io.FileNotFoundException
fileName -
java.io.FileNotFoundException| Method Detail |
|---|
public abstract PositionFileReader.Position next()
next in interface java.util.Iterator<java.lang.Object>next in class IlluminaFileReaderpublic int getCurrentTotalClusters()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||