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

pub struct Reader<R: Read> { /* fields omitted */ }

A FastQ reader.

Methods

impl Reader<File>
[src]

[src]

Read from a given file.

impl<R: Read> Reader<R>
[src]

[src]

Read from a given io::Read.

[src]

Read into a given record. Returns an error if the record in incomplete or syntax is violated. The content of the record can be checked via the record object.

[src]

Return an iterator over the records of this FastQ file.