BitBuffer

Undocumented in source.

Members

Aliases

getBytes
alias getBytes = data
Undocumented in source.

Functions

appendBits
void appendBits(long val, int len)
Undocumented in source. Be warned that the author may not have intended to support it.
appendData
void appendData(const(ubyte)[] arr, int len)
Undocumented in source. Be warned that the author may not have intended to support it.
opIndex
bool opIndex(size_t i)
Undocumented in source. Be warned that the author may not have intended to support it.
opIndexAssign
void opIndexAssign(int val, size_t i)
Undocumented in source. Be warned that the author may not have intended to support it.
reserve
void reserve(int nlen)
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

data
ubyte[] data;
Undocumented in source.
length
int length;
Undocumented in source.

Meta