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