InetAddress.getAddress
Class Overview | Class Members | 
  This Package | 
All Packages
 public byte[] getAddress()
Returns
     the raw IP address of this object.
  Description
 Returns the raw IP address of this InetAddress 
 object. The result is in network byte order: the highest order 
 byte of the address is in getAddress()[0].