InetAddress.getByAddress() missing?
I'm using Visual J# 2005 Beta 2 and when I try to use InetAddress, I only get 3 available methods: getAllByName(), getByName(), and getLocalHost(), but getByAddress() is missing. Does anyone know why this is?
How else can I retrieve an InetAddress object with just an IP address?
Thanks,
Yaron

