Package com.maxmind.db
This is MaxMind-DB-Reader-java release 1.2.2 2017-02-17 retrieved from github. For reading MaxMind GeoLite2 database files.
Heavily modified to remove the dependency on the large com.fasterxml.jackson.databind JSON package, and return POJOs instead. Apache 2.0 license.
-
Interface Summary Interface Description NodeCache NodeCache.Loader -
Class Summary Class Description BufferHolder CHMCache A simplistic cache using aConcurrentHashMap
.Decoder Metadata NoCache A no-op cache singleton.Reader Instances of this class provide a reader for the MaxMind DB format. -
Enum Summary Enum Description Decoder.Type Reader.FileMode The file mode to use when opening a MaxMind DB. -
Exception Summary Exception Description ClosedDatabaseException Signals that the underlying database has been closed.InvalidDatabaseException Signals that there was an issue reading from the MaxMind DB file due to unexpected data formatting.