BGZFile

Encapsulates a bgzipped (block gzipped) file. Implements InputRange interface using htslib calls to bgzf_getline().

Constructors

this
this(string fn)

Destructor

~this
~this()

Undocumented in source.

Postblit

this(this)
this(this)

Undocumented in source.

Members

Functions

empty
bool empty()
front
string front()
popFront
void popFront()

InputRange interface

Meta