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

note: field in metedata is CamelCase , but dbfile is Underscore

Open allenzs opened this issue 3 years ago • 1 comments

@JSONField(name = "ip_version")
public int IPVersion;
@JSONField(name = "node_count")
public int nodeCount;
public Map<String, Integer> Languages;
public String[] Fields;
@JSONField(name = "total_size")
public int totalSize;

allenzs avatar Apr 30 '22 01:04 allenzs

net.ipip.ipdb.InvalidDatabaseException: database file size error

allenzs avatar Apr 30 '22 02:04 allenzs