OutputStream

Undocumented in source.

Members

Functions

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.

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.

Meta