Struct rust_htslib::bcf::Reader
[−]
[src]
pub struct Reader { pub header: HeaderView, // some fields omitted }
Fields
header: HeaderView
pub struct Reader { pub header: HeaderView, // some fields omitted }
header: HeaderView
impl Reader
[src]fn from_path<P: AsRef<Path>>(path: P) -> Result<Self, BCFPathError>
fn from_url(url: &Url) -> Result<Self, BCFError>
fn from_stdin() -> Result<Self, BCFError>
fn read(&self, record: &mut Record) -> Result<(), ReadError>
fn records(&self) -> Records
impl Send for Reader
[src]impl Drop for Reader
[src]