public class CIDRUtils
extends Object
-
Method Summary
static byte[]
static Tuple<byte[],byte[]>
static boolean
static boolean
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Method Details
-
isInRange
public static boolean isInRange(String address,
String... cidrAddresses)
-
isInRange
public static boolean isInRange(byte[] addr,
String cidrAddress)
-
-
encode
public static byte[] encode(byte[] address)