| Package | Description |
|---|---|
| htsjdk.samtools | |
| htsjdk.samtools.util |
| Modifier and Type | Method and Description |
|---|---|
void |
SAMFileWriterImpl.setProgressLogger(ProgressLoggerInterface progress)
Sets the progress logger used by this implementation.
|
void |
SAMFileWriter.setProgressLogger(ProgressLoggerInterface progress)
Sets a ProgressLogger on this writer.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractProgressLogger
Abstract implementation of a Little progress logging class to facilitate consistent output of useful information when progressing
through a stream of SAM records.
|
class |
ProgressLogger
Little progress logging class to facilitate consistent output of useful information when progressing
through a stream of SAM records.
|