BufferedOutputRange

Undocumented in source.

Constructors

this
this(OutputTarget outputTarget, size_t flushSize, size_t reserveSize, size_t maxSize)
Undocumented in source.

Destructor

~this
~this()
Undocumented in source.

Members

Aliases

C
alias C = char
Undocumented in source.
C
alias C = ubyte
Undocumented in source.

Functions

append
void append(T stuff)
Undocumented in source. Be warned that the author may not have intended to support it.
appendln
bool appendln()
Undocumented in source. Be warned that the author may not have intended to support it.
appendln
bool appendln(T stuff)
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.
flushIfFull
bool flushIfFull()
Undocumented in source. Be warned that the author may not have intended to support it.
flushIfMaxSize
void flushIfMaxSize()
Undocumented in source. Be warned that the author may not have intended to support it.
joinAppend
void joinAppend(InputRange inputRange, E delimiter)
Undocumented in source. Be warned that the author may not have intended to support it.
put
void put(T stuff)
Undocumented in source. Be warned that the author may not have intended to support it.

Meta