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