Class VCFRecordCodec

java.lang.Object
htsjdk.variant.vcf.VCFRecordCodec
All Implemented Interfaces:
SortingCollection.Codec<VariantContext>, Cloneable

public class VCFRecordCodec extends Object implements SortingCollection.Codec<VariantContext>
Writes VariantContext instances to an OutputStream without headers or metadata. For use with SortingCollection ONLY.