- All Implemented Interfaces:
- LineParser
public class MaxmindLineParser
extends Object
implements LineParser
Parser for any Maxmind database.
Maxmind's databases present the fields in increasing order of granularity. A more precise
database will contain all fields of a less precise database, adding the extra precision at the
end. This class will parse fields up to the level of postcode, presented by the GeoIP2-City
databases.
This parser parses both the Commercial and Lite versions of Maxmind's databases.