UnixOutputStream.closeFd
bool closeFd() @property nothrowGet closeFd property.
Returns
Whether to close the file descriptor when the stream is closed.
void closeFd(bool propval) @property nothrowSet closeFd property.
Parameters
propval | Whether to close the file descriptor when the stream is closed. |