- bits() - Method in class com.github.robtimus.net.ip.IPAddress
-
Returns the number of bits required to store the IP address.
- bits() - Method in class com.github.robtimus.net.ip.IPv4Address
-
Returns the number of bits required to store the IP address, always 32
.
- bits() - Method in class com.github.robtimus.net.ip.IPv6Address
-
Returns the number of bits required to store the IP address, always 128
.
- build() - Method in class com.github.robtimus.net.ip.IPAddressFormatter.Builder
-
Returns a formatter for printing and parsing IP addresses with the current settings of this builder object.