Class MaxmindLineParser


  • public class MaxmindLineParser
    extends 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.