Java IP Addresses
Wednesday, June 28th, 2006Recently I need to convert a dotted decimal IP address into a decimal IP address (a long integer). For some reason Java doesn’t have this built in and everywhere I found on the net appeared to have made a real meal of implementing it. So hopefully you’ll find this bit of code useful:
public […]