UnixInputStream.closeFd
bool closeFd() @propertyGet closeFd property.
Returns
Whether to close the file descriptor when the stream is closed.
void closeFd(bool propval) @propertySet closeFd property.
Parameters
propval | Whether to close the file descriptor when the stream is closed. |