Class FilteringIterator

java.lang.Object
htsjdk.samtools.filter.FilteringSamIterator
htsjdk.samtools.filter.FilteringIterator
All Implemented Interfaces:
CloseableIterator<SAMRecord>, Closeable, AutoCloseable, Iterator<SAMRecord>

@Deprecated public class FilteringIterator extends FilteringSamIterator
Deprecated.
Filtering Iterator which takes a filter and an iterator and iterates through only those records which are not rejected by the filter.

$Id$