BamReadBlobStream

Read streamer - use on single thread only

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.
front
Nullable!ReadBlob front()
Undocumented in source. Be warned that the author may not have intended to support it.
popFront
void popFront()
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

data
ubyte[] data;
Undocumented in source.
header
BamHeader header;
Undocumented in source.
readbuf
Nullable!ReadBlob readbuf;
Undocumented in source.
stream
BgzfStream stream;
Undocumented in source.

Meta