Uses of Enum
com.maxmind.db.Reader.FileMode
Package
Description
This is MaxMind-DB-Reader-java release 1.2.2 2017-02-17
retrieved from github.
This is GeoIP2-java release 2.12.0 2018-04-11
retrieved from github.
-
Uses of Reader.FileMode in com.maxmind.db
Modifier and TypeMethodDescriptionstatic Reader.FileMode
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.ModifierConstructorDescription(package private)
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. -
Uses of Reader.FileMode in com.maxmind.geoip2