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

pub struct Writer { /* fields omitted */ }

SAM writer.

Methods

impl Writer
[src]

Create new SAM file writer.

Arguments

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

Create a new SAM file at STDOUT.

Arguments

  • header - header definition to use

Write record to SAM.

Arguments

  • record - the record to write

Trait Implementations

impl Debug for Writer
[src]

Formats the value using the given formatter. Read more

impl Drop for Writer
[src]

Executes the destructor for this type. Read more

Auto Trait Implementations

impl !Send for Writer

impl !Sync for Writer