Class BedWriter


  • public final class BedWriter
    extends Object
    BED writer.
    Author:
    Michael Heuer
    • Method Detail

      • write

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

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