Maven module :
un.api : api-system :
Class :
un.system.IPAddress
Extends/Implements :
-
Subclasses :
-
Internet Protocol Address.
Stores an IPv4 or IPv6 address.
author
Johann Sorel
Variables :
-
Functions :
IPAddress
,
getValues
Create an IPAddress from given byte array.
param
values lenght must be 4 or 6 for IPv4 or IPv6
public void
IPAddress
(byte[] values)
Get the adress value.
Lenght can be 4 or 6 if protocol IPv4 or IPv6.
return
byte[] never null
public byte[]
getValues
()
Stores an IPv4 or IPv6 address.
author Johann Sorel