Function OutputStream.write
Writes an array of bytes to the stream.
abstract ulong write
(
in const(ubyte[]) bytes,
IOMode mode
) @safe;
final abstract void write
(
in const(ubyte[]) bytes
) @safe;
final abstract void write
(
in const(char[]) bytes
) @safe;