FileWriteChannel.write

Write data to the output channel.

class FileWriteChannel
override @safe
void
write
(
scope const(ubyte)[] data
)

Throws

ErrnoException if the file is not opened or if the call to fwrite fails.

Meta