StreamOutputRange

Implements a buffered output range interface on top of an OutputStream.

Constructors

this
this(OutputStream stream)

private

Destructor

~this
~this()
Undocumented in source.

Postblit

this(this)
this(this)
Undocumented in source.

Members

Functions

drop
void drop()
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.
put
void put(ubyte bt)
Undocumented in source. Be warned that the author may not have intended to support it.
put
void put(const(ubyte)[] bts)
Undocumented in source. Be warned that the author may not have intended to support it.
put
void put(char elem)
Undocumented in source. Be warned that the author may not have intended to support it.
put
void put(const(char)[] elems)
Undocumented in source. Be warned that the author may not have intended to support it.
put
void put(dchar elem)
Undocumented in source. Be warned that the author may not have intended to support it.
put
void put(const(dchar)[] elems)
Undocumented in source. Be warned that the author may not have intended to support it.

Meta