OutputArray

Undocumented in source.

Constructors

this
this(size_t initialLength)
Undocumented in source.

Members

Functions

extend
void extend()
Undocumented in source. Be warned that the author may not have intended to support it.
extend
void extend(size_t len)
Undocumented in source. Be warned that the author may not have intended to support it.
put
void put(char[] str)
Undocumented in source. Be warned that the author may not have intended to support it.
put
void put(char b)
Undocumented in source. Be warned that the author may not have intended to support it.
put1
void put1(ubyte b)
Undocumented in source. Be warned that the author may not have intended to support it.
put1
void put1(ubyte b, size_t sh)
Undocumented in source. Be warned that the author may not have intended to support it.
put4
void put4(uint b)
Undocumented in source. Be warned that the author may not have intended to support it.
put4
void put4(uint b, size_t sh)
Undocumented in source. Be warned that the author may not have intended to support it.
result
auto result()
Undocumented in source. Be warned that the author may not have intended to support it.
skip
size_t skip(size_t len)
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

data
ubyte[] data;
Undocumented in source.
shift
size_t shift;
Undocumented in source.

Meta