DataBlock

Undocumented in source.

Constructors

this
this(DataBlock x)
Undocumented in source.
this
this(uint type, immutable(ubyte[]) data)
Undocumented in source.
this
this(immutable(ubyte[]) data)
Undocumented in source.

Members

Functions

serialize
void serialize(BinBuffer buffer)
Undocumented in source. Be warned that the author may not have intended to support it.

Properties

data
immutable(ubyte[]) data [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
size
size_t size [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
type
uint type [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

_data
immutable(ubyte)[] _data;
Undocumented in source.
_type
uint _type;
Undocumented in source.

Meta