BinBuffer

Undocumented in source.

Constructors

this
this(size_t size)
Undocumented in source.

Destructor

~this
~this()
Undocumented in source.

Members

Functions

dispose
void dispose()
Undocumented in source. Be warned that the author may not have intended to support it.
opSlice
BinBuffer opSlice(size_t from, size_t to)
Undocumented in source.
recreate
void recreate(size_t size)
Undocumented in source. Be warned that the author may not have intended to support it.
serialize
immutable(ubyte[]) serialize()
Undocumented in source. Be warned that the author may not have intended to support it.
write
void write(T x)
Undocumented in source. Be warned that the author may not have intended to support it.
write
void write(T x, size_t index)
Undocumented in source. Be warned that the author may not have intended to support it.

Manifest constants

DEFAULT_SIZE
enum DEFAULT_SIZE;
Undocumented in source.

Properties

length
size_t length [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
opDollar
size_t opDollar [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

_data
ubyte[] _data;
Undocumented in source.
_index
size_t _index;
Undocumented in source.

Meta