File.setFileHandle

Wraps the already open file descriptor into a File instance.

class File
void
setFileHandle
(
int fd
)

Parameters

fd int

file descriptor to wrap the file around

Meta