FileWriteChannel

IO channel via File objects.

Useful when e.g. communicating over pipes.

Members

Functions

closeWrite
void closeWrite()

Close the write channel.

flush
void flush()

Flush the output.

write
void write(scope const(ubyte)[] data)

Write data to the output channel.

Meta