org.utgenome.format.sam
Class Sam2WigConverter.SAMRecordCursor

java.lang.Object
  extended by org.utgenome.format.sam.Sam2WigConverter.SAMRecordCursor
All Implemented Interfaces:
Iterator<OnGenome>
Enclosing class:
Sam2WigConverter

public static class Sam2WigConverter.SAMRecordCursor
extends Object
implements Iterator<OnGenome>

Iterator of SAMRecord

Author:
leo

Constructor Summary
Sam2WigConverter.SAMRecordCursor(net.sf.samtools.SAMRecordIterator cursor)
           
 
Method Summary
 void close()
           
 boolean hasNext()
           
 OnGenome next()
           
 void remove()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Sam2WigConverter.SAMRecordCursor

public Sam2WigConverter.SAMRecordCursor(net.sf.samtools.SAMRecordIterator cursor)
Method Detail

hasNext

public boolean hasNext()
Specified by:
hasNext in interface Iterator<OnGenome>

next

public OnGenome next()
Specified by:
next in interface Iterator<OnGenome>

remove

public void remove()
Specified by:
remove in interface Iterator<OnGenome>

close

public void close()


Creative Commons License
This work is licensed under a Creative Commons Attribution-ShareAlike 2.1 Japan License.