Uses of Enum Class
com.maxmind.db.Reader.FileMode
-
Uses of Reader.FileMode in com.maxmind.db
Methods in com.maxmind.db that return Reader.FileModeModifier 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.Constructors in com.maxmind.db with parameters of type Reader.FileModeModifierConstructorDescriptionReader
(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.