| Modifier and Type | Method and Description |
|---|---|
static Reader.FileMode |
Reader.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.
|
| Constructor and Description |
|---|
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.
|
Copyright © 2017 MaxMind, Inc.. All Rights Reserved.