Class Gff3Writer

java.lang.Object
htsjdk.tribble.gff.Gff3Writer
All Implemented Interfaces:
Closeable, AutoCloseable

public class Gff3Writer extends Object implements Closeable
A class to write out gff3 files. Features are added using addFeature(Gff3Feature), directives using addDirective(Gff3Codec.Gff3Directive), and comments using addComment(String). Note that the version 3 directive is automatically added at creation, so should not be added separately.