org.utgenome.format.sam
Class Sam2WigConverter.SAMRecordCursor
java.lang.Object
org.utgenome.format.sam.Sam2WigConverter.SAMRecordCursor
- All Implemented Interfaces:
- Iterator<GenomeRange>
- Enclosing class:
- Sam2WigConverter
public static class Sam2WigConverter.SAMRecordCursor
- extends Object
- implements Iterator<GenomeRange>
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<GenomeRange>
next
public GenomeRange next()
- Specified by:
next
in interface Iterator<GenomeRange>
remove
public void remove()
- Specified by:
remove
in interface Iterator<GenomeRange>
close
public void close()
Copyright © 2007-2012 utgenome.org. All Rights Reserved.