Package com.automation_pros.odva.util
Class SubnetUtil
- java.lang.Object
-
- com.automation_pros.odva.util.SubnetUtil
-
public class SubnetUtil extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description protected int
prefixLen
protected byte[]
rawAddress
-
Constructor Summary
Constructors Constructor Description SubnetUtil(java.net.InetAddress addr, int prefixLength)
SubnetUtil(java.net.InterfaceAddress addr)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
sameSubnet(java.net.InetAddress addr)
boolean
sameSubnet(java.net.InetAddress addr, int prefixLength)
boolean
sameSubnet(java.net.InterfaceAddress addr)
-