Uses of Class
com.maxmind.db.Decoder.Type
Package | Description |
---|---|
com.maxmind.db |
This is MaxMind-DB-Reader-java release 1.2.2 2017-02-17
retrieved from github.
|
-
Uses of Decoder.Type in com.maxmind.db
Fields in com.maxmind.db declared as Decoder.Type Modifier and Type Field Description (package private) static Decoder.Type[]
Decoder.Type. values
Methods in com.maxmind.db that return Decoder.Type Modifier and Type Method Description static Decoder.Type
Decoder.Type. fromControlByte(int b)
static Decoder.Type
Decoder.Type. get(int i)
static Decoder.Type
Decoder.Type. valueOf(String name)
Returns the enum constant of this type with the specified name.static Decoder.Type[]
Decoder.Type. values()
Returns an array containing the constants of this enum type, in the order they are declared.