com.lukasfeiler.ipconfig
Class IPAddress

java.lang.Object
  extended bycom.lukasfeiler.ipconfig.Int
      extended bycom.lukasfeiler.ipconfig.IPAddress

public class IPAddress
extends Int


Constructor Summary
IPAddress(int i)
           
IPAddress(java.lang.String s)
           
 
Method Summary
 void matchesNetmask(Netmask netmask)
           
 
Methods inherited from class com.lukasfeiler.ipconfig.Int
allBitsSet, getBit, getOctet, getOctets, intValue, toBitString, toString, validate
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

IPAddress

public IPAddress(java.lang.String s)
          throws IPConfigException

IPAddress

public IPAddress(int i)
Method Detail

matchesNetmask

public void matchesNetmask(Netmask netmask)
                    throws IPConfigException
Throws:
IPConfigException