|
||||||||||
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.BCLFileReader
public class BCLFileReader
This class is a reader of a bcl file
Field Summary |
---|
Fields inherited from class uk.ac.sanger.npg.illumina.file.reader.IlluminaFileReader |
---|
fileName, inputStream |
Constructor Summary | |
---|---|
BCLFileReader(java.lang.String bclFileName)
constructor to generate bcl file input stream and read the number of clusters |
Method Summary | |
---|---|
int |
getCurrentCluster()
|
int |
getTotalClusters()
|
boolean |
hasNext()
check any more clusters in the file stream |
static void |
main(java.lang.String[] args)
|
byte[] |
next()
get base and quality for next cluster |
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 BCLFileReader(java.lang.String bclFileName) throws java.lang.Exception
bclFileName
- bcl file name
java.lang.Exception
Method Detail |
---|
public boolean hasNext()
hasNext
in interface java.util.Iterator<java.lang.Object>
hasNext
in class IlluminaFileReader
public byte[] next()
next
in interface java.util.Iterator<java.lang.Object>
next
in class IlluminaFileReader
public int getCurrentCluster()
public int getTotalClusters()
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 |