IPRange class
Properties
Methods
-
calculateLastIpAddress(
) → List< int> -
calculateNetworkAddress(
) → List< int> -
getAllIpAddressesInRange(
) → List< String> -
getOctetsOfIpAddress(
String ipAddress) → List< int> -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
returnBitmask(
int address) → String -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Static Methods
-
integerToOctets(
int address) → List< int> -
octetsToInteger(
List< int> octets) → int -
octetsToString(
List< int> octets) → String