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.

Trait Implementations

impl<W: Debug + Write> Debug for Writer<W>
[src]

[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl<W> Send for Writer<W> where
    W: Send

impl<W> Sync for Writer<W> where
    W: Sync