getAddress

open override fun getAddress(): ByteArray

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].

Return

the raw IP address of this object.