Class Gff3Writer


  • public final class Gff3Writer
    extends Object
    GFF3 writer.
    Author:
    Michael Heuer
    • Method Detail

      • write

        public static void write​(Gff3Record record,
                                 PrintWriter writer)
        Write the specified GFF3 record with the specified print writer.
        Parameters:
        record - GFF3 record to write, must not be null
        writer - print writer to write GFF3 record with, must not be null
      • write

        public static void write​(Iterable<Gff3Record> records,
                                 PrintWriter writer)
        Write zero or more GFF3 records with the specified print writer.
        Parameters:
        records - zero or more GFF3 records to write, must not be null
        writer - print writer to write GFF3 records with, must not be null