Class BinSeqFileIterator<T extends BinarySequence>

java.lang.Object
org.snpeff.fileIterator.BinSeqFileIterator<T>
Type Parameters:
T -
All Implemented Interfaces:
Iterable<T>, Iterator<T>
Direct Known Subclasses:
DnaSeqFileIterator, DnaSeqIdFileIterator, DnaSeqPeFileIterator

public class BinSeqFileIterator<T extends BinarySequence> extends Object implements Iterable<T>, Iterator<T>
Reads all sequences from a file Warning: You should always call "close()" at the end of the iteration.
Author:
pcingola