Struct bio::io::fastq::Writer [] [src]

pub struct Writer<W: Write> { /* fields omitted */ }

A FastQ writer.

Methods

impl Writer<File>
[src]

[src]

Write to a given file path.

impl<W: Write> Writer<W>
[src]

[src]

Write to a given io::Write.

[src]

Directly write a FastQ record.

[src]

Write a FastQ record with given id, optional description, sequence and qualities.

[src]

Flush the writer, ensuring that everything is written.