Uses of Class
com.maxmind.db.Reader.FileMode
| 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.
|
-
Uses of Reader.FileMode in com.maxmind.db
Methods in com.maxmind.db that return Reader.FileMode Modifier and Type Method Description static Reader.FileModeReader.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.Constructors in com.maxmind.db with parameters of type Reader.FileMode Constructor 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. -
Uses of Reader.FileMode in com.maxmind.geoip2
Fields in com.maxmind.geoip2 declared as Reader.FileMode Modifier and Type Field Description (package private) Reader.FileModeDatabaseReader.Builder. modeMethods in com.maxmind.geoip2 with parameters of type Reader.FileMode Modifier and Type Method Description DatabaseReader.BuilderDatabaseReader.Builder. fileMode(Reader.FileMode val)