Skip navigation links
C G I R V 

C

close() - Method in class com.maxmind.db.Reader
Closes the MaxMind DB and returns resources to the system.
com.maxmind.db - package com.maxmind.db
 

G

get(InetAddress) - Method in class com.maxmind.db.Reader
Looks up the address in the MaxMind DB.

I

InvalidDatabaseException - Exception in com.maxmind.db
Signals that there was an issue reading from the MaxMind DB file due to unexpected data formatting.
InvalidDatabaseException(String) - Constructor for exception com.maxmind.db.InvalidDatabaseException
 
InvalidDatabaseException(String, Throwable) - Constructor for exception com.maxmind.db.InvalidDatabaseException
 

R

Reader - Class in com.maxmind.db
Instances of this class provide a reader for the MaxMind DB format.
Reader(File) - Constructor for class com.maxmind.db.Reader
Constructs a Reader for the MaxMind DB format.
Reader(InputStream) - Constructor for class com.maxmind.db.Reader
Constructs a Reader as if in mode MEMORY, without using a File instance.
Reader(File, Reader.FileMode) - Constructor for class com.maxmind.db.Reader
Constructs a Reader for the MaxMind DB format.
Reader.FileMode - Enum in com.maxmind.db
The file mode to use when opening a MaxMind DB.

V

valueOf(String) - Static method in enum com.maxmind.db.Reader.FileMode
Returns the enum constant of this type with the specified name.
values() - Static method in enum com.maxmind.db.Reader.FileMode
Returns an array containing the constants of this enum type, in the order they are declared.
C G I R V 
Skip navigation links

Copyright © 2014 MaxMind, Inc.. All Rights Reserved.