Struct rust_htslib::sam::Writer [] [src]

pub struct Writer { /* fields omitted */ }

SAM writer.

Methods

impl Writer
[src]

[src]

Create new SAM file writer.

Arguments

  • path - the path.
  • header - header definition to use

[src]

Create a new SAM file at STDOUT.

Arguments

  • header - header definition to use

[src]

Write record to SAM.

Arguments

  • record - the record to write

Trait Implementations

impl Drop for Writer
[src]

[src]

Executes the destructor for this type. Read more