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

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

A FastQ reader.

Methods

impl Reader<File>
[src]

Read from a given file.

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

Read from a given io::Read.

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.

Return an iterator over the records of this FastQ file.