java.lang.Objectjava.net.InetAddress
java.net.Inet4Address
All Implemented Interfaces:
Serializable
d.d.d.d d.d.d d.d d
When four parts are specified, each is interpreted as a byte of data and assigned, from left to right, to the four bytes of an IPv4 address.
When a three part address is specified, the last part is interpreted as a 16-bit quantity and placed in the right most two bytes of the network address. This makes the three part address format convenient for specifying Class B net- work addresses as 128.net.host.
When a two part address is supplied, the last part is interpreted as a 24-bit quantity and placed in the right most three bytes of the network address. This makes the two part address format convenient for specifying Class A network addresses as net.host.
When only one part is given, the value is stored directly in the network address without any byte rearrangement.
For methods that return a textual representation as output value, the first form, i.e. a dotted-quad string, is used.
1.4 - | Field Summary | ||
|---|---|---|
| static final int | INADDRSZ | |
| Fields inherited from java.net.InetAddress: |
|---|
| IPv4, IPv6, preferIPv6Address, hostName, address, family, unknown_array, impl |
| Constructor: |
|---|
|
|
|
| Method from java.net.Inet4Address Summary: |
|---|
| equals, getAddress, getHostAddress, hashCode, isAnyLocalAddress, isLinkLocalAddress, isLoopbackAddress, isMCGlobal, isMCLinkLocal, isMCNodeLocal, isMCOrgLocal, isMCSiteLocal, isMulticastAddress, isSiteLocalAddress, numericToTextFormat |
| Methods from java.lang.Object: |
|---|
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method from java.net.Inet4Address Detail: |
|---|
true if and only if the argument is
not null and it represents the same IP address as
this object.
Two instances of |
InetAddress
object. The result is in network byte order: the highest order
byte of the address is in getAddress()[0]. |
|
|
|
|
|
|
|
|
|
|
|
|
|