MessageBuffer

Constructors

this
this()
Undocumented in source.
this
this(uint id, ubyte[] data)
Undocumented in source.
this
this(uint id, ubyte[] data, ubyte[] extend)
Undocumented in source.

Members

Functions

toString
string toString()
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

compression
ubyte compression;
Undocumented in source.
data
ubyte[] data;
Undocumented in source.
extend
ubyte[] extend;
Undocumented in source.
extendLength
uint extendLength;
Undocumented in source.
hasExtend
bool hasExtend;
Undocumented in source.
id
uint id;
Undocumented in source.

Meta