jgonian / commons-ip-math

https://github.com/jgonian/commons-ip-math
MIT License
74 stars 19 forks source link

Add support for java.net.InetAddress and byte arrays #32

Open guusdk opened 1 month ago

guusdk commented 1 month ago

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.

Fixes #31