Hi,

The documentation for FileDescriptor says it is "The lowest-level
representation of a file, device, or socket".
I see that some classes like FileOutputStream and LocalSocket expose a
getFD(), but Socket doesn't.

How do you get at a true (INET) socket's fd ?

Alternatively, how do you get at the (private) SocketImpl member of
Socket named "impl" (this one exposes the fd) ?

TIA,

-Alex



-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Reply via email to