Uses of Enum Class
com.maxmind.db.Reader.FileMode
-
Uses of Reader.FileMode in com.maxmind.db
Modifier and TypeMethodDescriptionstatic Reader.FileMode
Returns the enum constant of this class with the specified name.static Reader.FileMode[]
Reader.FileMode.values()
Returns an array containing the constants of this enum class, in the order they are declared.ModifierConstructorDescriptionReader
(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.