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