[Top]
Stdio
Stdio.File
|
Method Stdio.File()->take_fd()
- Method
take_fd
-
void take_fd(int fd)
- Description
-
Rehooks the given file descriptor number to be associated with
this object. As opposed to using open with a file descriptor
number, it will be closed by this object upon destruct or when
close is called.
- See also
-
release_fd()
|