Posted By:
Zeta_Kouper
Posted On:
Thursday, May 26, 2005 11:12 AM
Hi!Pleaseanyone who can answer my question!!
Do you know how I can construct an InetAddress object in Java using the IP-address of a host in the format :
e.g. 176.101.102.67
There is no way to do that in the java.net.InetAddress API.
I have to use the host name as a String or the ip address
as a byte array, but 147 for example exceeds the limits
of the MAX_VALUE for a byte.
Thank you very much!!