BamBlobReader

Reader - use on single thread only

This one provides peek support. Peek looks one read ahead in the read stream.

Constructors

this
this(string fn)
Undocumented in source.

Members

Functions

empty
bool empty()
Undocumented in source. Be warned that the author may not have intended to support it.
fetch
Nullable!ReadBlob fetch()

Fetches the next read. If the peekbuf is not empty return that first and reset peekbuf.

peek
Nullable!ReadBlob peek()
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

header
BamHeader header;
Undocumented in source.
peekbuf
Nullable!ReadBlob peekbuf;
Undocumented in source.
stream
BgzfStream stream;
Undocumented in source.

Meta