@Immutable public final class Gfa1Writer extends Object
| Modifier and Type | Method and Description |
|---|---|
static void |
write(Gfa1Record record,
PrintWriter writer)
Write the specified GFA 1.0 record with the specified print writer.
|
static void |
write(Iterable<Gfa1Record> records,
PrintWriter writer)
Write zero or more GFA 1.0 records with the specified print writer.
|
public static void write(Gfa1Record record, PrintWriter writer)
record - GFA 1.0 record to write, must not be nullwriter - print writer to write GFA 1.0 record with, must not be nullpublic static void write(Iterable<Gfa1Record> records, PrintWriter writer)
records - zero or more GFA 1.0 records to write, must not be nullwriter - print writer to write GFA 1.0 records with, must not be nullCopyright © 2013–2020 dishevelled.org. All rights reserved.