org.utgenome.format.sam
Class Sam2WigConverter.SAMRecordCursor
java.lang.Object
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
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Sam2WigConverter.SAMRecordCursor
public Sam2WigConverter.SAMRecordCursor(net.sf.samtools.SAMRecordIterator cursor)
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()

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