UnixOutputStream
Description:
[ CCode ( has_construct_function = false , type = "GOutputStream*" ) ]
public UnixOutputStream (int fd, bool close_fd)
public UnixOutputStream (int fd, bool close_fd)
Creates a new UnixOutputStream for the given fd.
If close_fd, is true, the file descriptor will be closed when the output stream is destroyed.
Parameters:
| fd |
a UNIX file descriptor |
| close_fd |
true to close the file descriptor when done |
Returns:
|
a new OutputStream |