java.lang.Object
com.pervasive.datarush.tokens.scalar.IpAddressDataUtil
Utilities for working with IpAddress data.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic byte[]convertIp4Integer(int value) static byte[]convertIp4ToIp6(byte[] rawAddress) static byte[]convertIp6Longs(Long v1, Long v2) static byte[]static byte[]static inttoIp4Integer(byte[] rawAddress) static StringtoIp4String(byte[] rawAddress) static long[]toIp6Longs(byte[] rawAddress) static StringtoIp6String(byte[] rawAddress)
-
Constructor Details
-
IpAddressDataUtil
public IpAddressDataUtil()
-
-
Method Details
-
parseIp4
-
convertIp4Integer
public static byte[] convertIp4Integer(int value) -
toIp4String
-
toIp4Integer
public static int toIp4Integer(byte[] rawAddress) -
parseIp6
-
convertIp6Longs
-
toIp6String
-
toIp6Longs
public static long[] toIp6Longs(byte[] rawAddress) -
convertIp4ToIp6
public static byte[] convertIp4ToIp6(byte[] rawAddress)
-