Create a IOStream from two file descriptors
in_fd |
a UNIX file descriptor |
out_fd |
a UNIX file descriptor |
close_fds |
true to close the file descriptor when done |
a new IOStream |