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