ProxyStream.write - multiple declarations
Function ProxyStream.write
Writes an array of bytes to the stream.
override 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;
Function ProxyStream.write
Writes an array of bytes to the stream.
override 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;
Alias ProxyStream.write