AppenderOutputStream

Undocumented in source.

Members

Functions

clear
void clear()
Undocumented in source. Be warned that the author may not have intended to support it.
data
string data()
Undocumented in source. Be warned that the author may not have intended to support it.
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.
write
void write(ubyte[] bytes)
Undocumented in source. Be warned that the author may not have intended to support it.
write
void write(InputStream stream, ulong nbytes)
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

accum
Appender!string accum;
Undocumented in source.

Inherited Members

From OutputStream

write
void write(ubyte[] bytes)

Writes an array of bytes to the stream.

write
void write(char[] bytes)

Writes an array of chars to the stream.

put
void put(ubyte elem)
void put(ubyte[] elems)
void put(char elem)
void put(char[] elems)
void put(dchar elem)
void put(dchar[] elems)

These methods provide an output range interface.

Meta