UnixInputStream.this
this
(int fd, bool closeFd)Creates a new #GUnixInputStream for the given fd.
If close_fd is true, the file descriptor will be closed when the stream is closed.
Parameters
fd | a UNIX file descriptor |
closeFd | true to close the file descriptor when done |
Returns
a new #GUnixInputStream