This is the mail archive of the java@gcc.gnu.org mailing list for the Java project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: why does java.io.FileDescriptor have an "fd" member and a "handle" member?


>>>>> "Adam" == Adam Megacz <gcj@lists.megacz.com> writes:

Adam> Both have comments declaring them to be "System's notion of file
Adam> descriptor"... well, which is it? =)

I only see `fd'.  Is `handle' something you added?

In the past we've discussed changing the type of `fd' to `RawData'.
That would ensure you could stash a pointer there.

Tom


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]