Details
-
Sub-task
-
Status: Closed
-
Major
-
Resolution: Done
-
None
-
None
-
None
-
None
Description
IP4Subnet and IP6Subnet classes which provide subnet summary information for each IP address version.
Change log
- The method rangeCheck, pop, and format of SubnetUtils was moved to SubnetInfo in the subnet package.
- Added asInteger, getCidrSignature, and getAllAddresses methods of SubnetUtils.SubnetInfo to SubnetInfo in the subnet package.
- Changed the parameter type of isInRange from short array to integer array.
- Renamed getAddressCount() to getAddressCountString()
- The old name, getAddressCount(), was the obsoleted name and confused others.
- Improved comments