InetAddressMask
Description:
[ CCode ( has_construct_function = false ) ]
public InetAddressMask (InetAddress addr, uint length) throws Error
public InetAddressMask (InetAddress addr, uint length) throws Error
Creates a new InetAddressMask representing all addresses whose first
length
bits match addr
.
Parameters:
addr | |
length |
number of bits of |
Returns:
a new InetAddressMask, or null on error |