Package com.voytechs.jnetstream.primitive.address

Network address manipulation objects.

See:
          Description

Class Summary
Address A Class for storing IP Addresses Currently is only designed to utilize IPv4 (32bit) addresses.
IpAddress A Class for storing IP Addresses Currently is only designed to utilize IPv4 (32bit) addresses.
IpNetmask  
IpNetwork This class manipulates a IP address as a network address it requires 2 values, address and netmask.
IpNumber A Class for storing IP Addresses Currently is only designed to utilize IPv4 (32bit) byteArrayAddresses.
MacAddress A Class for storing MAC Addresses
 

Package com.voytechs.jnetstream.primitive.address Description

Network address manipulation objects. Various objects that can deal with various network address entities such as IP address, mac addresses or more generic address that is based on a byte[] of values. A number of standard interfaces are also supported such as Equality, Comparator. Also formats can be set for converting to a string (ie. ":" or "." notations, or even "xxx.xxxxx" formats)