UnixOutputStream.this

this(void * ptr, Flag!"Take" take)
No documentation available for this declaration.
this(int fd, bool closeFd)

Creates a new #GUnixOutputStream for the given fd.

If close_fd, is true, the file descriptor will be closed when the output stream is destroyed.

Parameters

fda UNIX file descriptor
closeFdtrue to close the file descriptor when done

Returns

a new #GOutputStream