You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Additional constructor and builder overloads are added to allow the API to accept instances of `Inet4Address` and `Inet6Address`, as well as byte arrays that represent IP addresses.
Fixesjgonian#31
guusdk
added a commit
to guusdk/commons-ip-math
that referenced
this issue
Oct 10, 2024
Additional constructor and builder overloads are added to allow the API to accept instances of `Inet4Address` and `Inet6Address`, as well as byte arrays that represent IP addresses.
Fixesjgonian#31
When dealing with IP addresses in Java, people commonly work with implementations of
java.net.InetAddress
and, to a lesser extent, byte arrays.It would be handy if these representations could be used to feed into the various classes of this project directly.
The text was updated successfully, but these errors were encountered: