PATCH: remove all traces of java.io.FileDescriptor from java.net
Tom Tromey
tromey@redhat.com
Tue Mar 26 02:16:00 GMT 2002
>>>>> "Jeff" == Jeff Sturm <jsturm@one-point.com> writes:
Jeff> So my inclination is to resubmit the patch minus the SocketImpl
Jeff> changes.
Is the idea that the SocketImpl.getFileDescriptor would just return
null? That seems reasonable, weirdly enough. Or maybe we could have
it either return an invalid fd or throw some exception.
There's actually two uses for getFileDescriptor; you can call
FileDescriptor.sync or FileDescriptor.valid. I don't find either of
these really compelling.
Tom
More information about the Java-patches
mailing list