UnixInputStream

constructor(fd: <Error class: unknown class>, closeFd: Boolean)(source)

Creates a new #GUnixInputStream for the given @fd.

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

Return

a new #GUnixInputStream

Parameters

fd

a UNIX file descriptor

closeFd

true to close the file descriptor when done


constructor(gioUnixInputStreamPointer: <Error class: unknown class><<Error class: unknown class>>)(source)