InetAddressMask


Description:

public InetAddressMask (InetAddress addr, uint length) throws Error

Creates a new InetAddressMask representing all addresses whose first length bits match addr.

Parameters:

addr

a InetAddress

length

number of bits of addr to use

Returns:

a new InetAddressMask, or null on error