ankushs92/Java-DB-IP

Pass in a csv file of ips,spit out a csv file of ips and their location info.

ankushs92 opened this issue · 0 comments

For instance , we can have something like

final DbIpClient dbIpClient = new DbIpClient(PATH_TO_DB_IP_FILE);
final File src = new File(PATH_TO_FILE);
//Newly created file.
final File dest =  dbIpClient.resolveIps(src);