close()
Deletes a file descriptor.
Declaration
func close() throwsMentioned in
Discussion
Deletes the file descriptor from the per-process object reference table. If this is the last reference to the underlying object, the object will be deactivated.
The corresponding C function is close.