InetAddress.this

Creates a new GInetAddress from the given family and bytes. bytes should be 4 bytes for G_INET_ADDRESS_IPV4 and 16 bytes for G_INET_ADDRESS_IPV6. Since 2.22

Parameters

bytes ubyte[]

raw address data

family GSocketFamily

the address family of bytes

Throws

ConstructionException GTK+ fails to create the object.

Meta