UnixInputStream.closeFd

bool closeFd() @property nothrow

Get closeFd property.

Returns

Whether to close the file descriptor when the stream is closed.
void closeFd(bool propval) @property nothrow

Set closeFd property.

Parameters

propvalWhether to close the file descriptor when the stream is closed.