qqwry-java icon indicating copy to clipboard operation
qqwry-java copied to clipboard

A java library to read QQWry IP database. (纯真IP地址数据库)

Results 5 qqwry-java issues
Sort by recently updated
recently updated
newest added

请问能否加入,查询IP所属国家,所属城市的单独方法? 比如 ipzone.getCountry(), //查询结果为“中国”,或者结果为“美国” ipzone.getCity() ; //查询为“北京市”, 或者 “长沙市”

at com.github.jarod.qqwry.QQWry.readLong32(QQWry.java:170) at com.github.jarod.qqwry.QQWry.readIndex(QQWry.java:131) at com.github.jarod.qqwry.QQWry.searchIndex(QQWry.java:221) at com.github.jarod.qqwry.QQWry.findIP(QQWry.java:114)

现在纯真数据库输出格式细分为国家、省、城市、运营商了 所以IPZone能否也跟着扩充下, 增加 以上这些 属性~