InetAddress.getByAddress() missing?

Hi,
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
[324 byte] By [Yaron] at [2008-2-8]
# 1
Hi,

I'm able to get InetAddress object for given IP address by getByName() method.

InetAddress ina = InetAddress.getByName("66.94.230.49");

Is this what your looking for?

Thanks,
Neela

RamakrishnaNeela at 2007-9-9 > top of Msdn Tech,Visual J#,Visual J# General...