FileWriteChannel.write

Write data to the output channel.

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

Throws

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

Meta