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

front
string front()
popFront
void popFront()

InputRange interface

Properties

empty
bool empty [@property getter]

InputRange interface

Meta