Package htsjdk.samtools.util
Interface ProgressLoggerInterface
-
- All Known Implementing Classes:
AbstractProgressLogger
,ProgressLogger
public interface ProgressLoggerInterface
An interface defining the record() methods of the Picard-public ProgressLogger implementation.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description boolean
record(SAMRecord rec)
boolean
record(SAMRecord... recs)
boolean
record(String chrom, int pos)
-