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