- finalize
void finalize()
Undocumented in source. Be warned that the author may not have intended to support it.
- flush
void flush()
Undocumented in source. Be warned that the author may not have intended to support it.
- reserve
void reserve(size_t nbytes)
Reserves space for data - useful for optimization.
- reset
void reset(AppenderResetMode mode)
Resets the stream to its initial state containing no data.
- write
size_t write(const(ubyte)[] bytes_, IOMode mode)
Undocumented in source. Be warned that the author may not have intended to support it.
- write
size_t write(ubyte[] bytes_, IOMode mode)
Undocumented in source. Be warned that the author may not have intended to support it.
OutputStream that collects the written data in memory and allows to query it as a byte array.