Uses of Class
com.maxmind.db.Reader.FileMode
-
-
Uses of Reader.FileMode in com.maxmind.db
Methods in com.maxmind.db that return Reader.FileMode Modifier and Type Method Description static Reader.FileMode
Reader.FileMode. valueOf(java.lang.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.Constructors in com.maxmind.db with parameters of type Reader.FileMode Constructor Description Reader(java.io.File database, Reader.FileMode fileMode)
Constructs a Reader for the MaxMind DB format, with no caching.Reader(java.io.File database, Reader.FileMode fileMode, NodeCache cache)
Constructs a Reader for the MaxMind DB format, with the specified backing cache.
-