B
bob smith
Can someone help me understand the class FileDescriptor?
Seems like it is mainly a wrapper for this:
private int fd;
But there's no obvious way to access or set that value. Am I missing something?
Seems like it is mainly a wrapper for this:
private int fd;
But there's no obvious way to access or set that value. Am I missing something?