OutputPacket

Undocumented in source.

Constructors

this
this()
Undocumented in source.
this
this(ubyte[]* buffer)
Undocumented in source.

Members

Functions

empty
bool empty()
Undocumented in source. Be warned that the author may not have intended to support it.
fill
void fill(ubyte x, size_t size)
Undocumented in source. Be warned that the author may not have intended to support it.
finalize
void finalize(ubyte seq)
Undocumented in source. Be warned that the author may not have intended to support it.
finalize
void finalize(ubyte seq, size_t extra)
Undocumented in source. Be warned that the author may not have intended to support it.
get
const(ubyte)[] get()
Undocumented in source. Be warned that the author may not have intended to support it.
grow
void grow(size_t offset, size_t size)
Undocumented in source. Be warned that the author may not have intended to support it.
length
size_t length()
Undocumented in source. Be warned that the author may not have intended to support it.
marker
size_t marker()
Undocumented in source. Be warned that the author may not have intended to support it.
marker
size_t marker(size_t count)
Undocumented in source. Be warned that the author may not have intended to support it.
put
void put(T x)
Undocumented in source. Be warned that the author may not have intended to support it.
put
void put(T x)
Undocumented in source. Be warned that the author may not have intended to support it.
put
void put(size_t offset, T x)
Undocumented in source. Be warned that the author may not have intended to support it.
put
void put(size_t offset, T x)
Undocumented in source. Be warned that the author may not have intended to support it.
putLenEnc
void putLenEnc(ulong x)
Undocumented in source. Be warned that the author may not have intended to support it.
reserve
void reserve(size_t size)
Undocumented in source. Be warned that the author may not have intended to support it.
reset
void reset()
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

buffer_
ubyte[]* buffer_;
Undocumented in source.
offset_
size_t offset_;
Undocumented in source.
out_
ubyte* out_;
Undocumented in source.

Meta