new_io_stream_from_fd


Description:


public IOStream new_io_stream_from_fd (int in_fd, int out_fd, bool close_fds)

Create a IOStream from two file descriptors

Parameters:

in_fd

a UNIX file descriptor

out_fd

a UNIX file descriptor

close_fds

true to close the file descriptor when done

Returns:

a new IOStream


Namespace: GSignond
Package: gsignond