public final class Gff3Writer extends Object
| Modifier and Type | Method and Description |
|---|---|
static void |
write(Gff3Record record,
PrintWriter writer)
Write the specified GFF3 record with the specified print writer.
|
static void |
write(Iterable<Gff3Record> records,
PrintWriter writer)
Write zero or more GFF3 records with the specified print writer.
|
public static void write(Gff3Record record, PrintWriter writer)
record - GFF3 record to write, must not be nullwriter - print writer to write GFF3 record with, must not be nullpublic static void write(Iterable<Gff3Record> records, PrintWriter writer)
records - zero or more GFF3 records to write, must not be nullwriter - print writer to write GFF3 records with, must not be nullCopyright (c) 2013-2022 held jointly by the individual authors. Licensed under the GNU Lesser General Public License (LGPL).