FileWriteChannel

IO channel via File objects.

Useful when e.g. communicating over pipes.

Constructors

this
this(File out__)
Undocumented in source.

Members

Functions

closeWrite
void closeWrite()

Close the write channel.

flush
void flush()

Flush the output.

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

Write data to the output channel.

Meta