jgonian / commons-ip-math

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

Add support for other java-native address representations #31

Open guusdk opened 1 month ago

guusdk commented 1 month ago

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.