Package | Description |
---|---|
com.maxmind.db |
This is MaxMind-DB-Reader-java release 1.2.2 2017-02-17
retrieved from github.
|
com.maxmind.geoip2 |
This is GeoIP2-java release 2.12.0 2018-04-11
retrieved from github.
|
Modifier and Type | Method and Description |
---|---|
static Reader.FileMode |
Reader.FileMode.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Reader.FileMode[] |
Reader.FileMode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Constructor and Description |
---|
BufferHolder(File database,
Reader.FileMode mode) |
Reader(File database,
Reader.FileMode fileMode)
Constructs a Reader for the MaxMind DB format, with no caching.
|
Reader(File database,
Reader.FileMode fileMode,
NodeCache cache)
Constructs a Reader for the MaxMind DB format, with the specified backing
cache.
|
Modifier and Type | Field and Description |
---|---|
(package private) Reader.FileMode |
DatabaseReader.Builder.mode |
Modifier and Type | Method and Description |
---|---|
DatabaseReader.Builder |
DatabaseReader.Builder.fileMode(Reader.FileMode val) |