toIPAddressV4

Parses a String for its IPv4 address.

String can be either a URL containing the IPv4 address, or the IPv4 address itself.

Return

IPAddress.V4

Throws

if no IPv4 address is found.


Convert network ordered bytes to an IPv4 address.

Return

IPAddress.V4

Throws

if array size is not 4.