Package blbutil
Interface VcfFileIt<E>
- Type Parameters:
E- the type of the elements returned by this iterator'snext()method.
- All Superinterfaces:
AutoCloseable,Closeable,FileIt<E>,Iterator<E>,SampleFileIt<E>
An iterator for records in a VCF file. Each record contains data for the same set of samples.
Instances of classVcfFileIt are not thread-safe.-
Method Summary
Methods inherited from interface java.util.Iterator
forEachRemaining, hasNext, next, removeMethods inherited from interface blbutil.SampleFileIt
samples
-
Method Details
-
vcfHeader
VcfHeader vcfHeader()Returns the VCF meta-information lines and header line- Returns:
- the VCF meta-information lines and header line
-