FileWriteChannel

IO channel via File objects.

Useful when e.g. communicating over pipes.

Constructors

this
this(File file)
Undocumented in source.

Members

Functions

closeWrite
void closeWrite()

Close the write channel.

flush
void flush()

Flush the output.

write
const(ubyte)[] write(const(char)[] data_)
Undocumented in source. Be warned that the author may not have intended to support it.
write
const(ubyte)[] write(const(ubyte)[] data)

Write data to the output channel.

Variables

file
File file;
Undocumented in source.

Meta