Package htsjdk.samtools
Class SecondaryOrSupplementarySkippingIterator
java.lang.Object
htsjdk.samtools.SecondaryOrSupplementarySkippingIterator
Wrapper around SAMRecord iterator that skips over secondary and supplementary elements.
This iterator conflates a filtering iterator and a peekable iterator. It would be cleaner to
handle those concerns separately. This class should be viewed as a replacement for SecondaryAlignmentSkippingIterator,
in that we did not want to change the functionality of NPSI to no longer match its name
-
Constructor Summary
ConstructorsConstructorDescriptionSecondaryOrSupplementarySkippingIterator
(CloseableIterator<SAMRecord> underlyingIt) -
Method Summary
-
Constructor Details
-
SecondaryOrSupplementarySkippingIterator
-
-
Method Details
-
hasCurrent
public boolean hasCurrent() -
getCurrent
-
advance
public boolean advance()
-