public class IpAddressDataUtil extends Object
Constructor and Description |
---|
IpAddressDataUtil() |
Modifier and Type | Method and Description |
---|---|
static byte[] |
convertIp4Integer(int value) |
static byte[] |
convertIp4ToIp6(byte[] rawAddress) |
static byte[] |
convertIp6Longs(Long v1,
Long v2) |
static byte[] |
parseIp4(String value) |
static byte[] |
parseIp6(String value) |
static int |
toIp4Integer(byte[] rawAddress) |
static String |
toIp4String(byte[] rawAddress) |
static long[] |
toIp6Longs(byte[] rawAddress) |
static String |
toIp6String(byte[] rawAddress) |
public static byte[] parseIp4(String value)
public static byte[] convertIp4Integer(int value)
public static String toIp4String(byte[] rawAddress)
public static int toIp4Integer(byte[] rawAddress)
public static byte[] parseIp6(String value)
public static String toIp6String(byte[] rawAddress)
public static long[] toIp6Longs(byte[] rawAddress)
public static byte[] convertIp4ToIp6(byte[] rawAddress)
Copyright © 2020 Actian Corporation. All rights reserved.