public static final class AbstractMarkDuplicatesCommandLineProgram.SamHeaderAndIterator extends Object
Modifier and Type | Field and Description |
---|---|
SAMFileHeader |
header |
CloseableIterator<SAMRecord> |
iterator |
Constructor and Description |
---|
AbstractMarkDuplicatesCommandLineProgram.SamHeaderAndIterator(SAMFileHeader header,
CloseableIterator<SAMRecord> iterator) |
public final SAMFileHeader header
public final CloseableIterator<SAMRecord> iterator
public AbstractMarkDuplicatesCommandLineProgram.SamHeaderAndIterator(SAMFileHeader header, CloseableIterator<SAMRecord> iterator)