UnixOutputStream

constructor(fd: Int, closeFd: Boolean)

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.

Return

a new #GOutputStream

Parameters

fd

a UNIX file descriptor

closeFd

true to close the file descriptor when done


constructor(pointer: <Error class: unknown class><<Error class: unknown class>>)