|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectip2location.IP2Location
Constructor Summary | |
IP2Location()
|
Method Summary | |
void |
close()
This function is to close open file |
ip2location.IP2LocationRecord |
IPQuery(java.lang.String IPAddress,
java.lang.String IPLicensePath)
This function to query IP2Location data |
void |
open(java.lang.String IPDatabasePath)
This function is to open database file |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public IP2Location()
Method Detail |
public void close()
public ip2location.IP2LocationRecord IPQuery(java.lang.String IPAddress, java.lang.String IPLicensePath) throws java.io.IOException, java.net.UnknownHostException
IPAddress
- IP Address you wish to queryIPLicensePath
- License.key path
java.io.IOException
java.net.UnknownHostException
public void open(java.lang.String IPDatabasePath) throws java.io.FileNotFoundException, java.io.IOException
IPDatabasePath
- IP2Location database path
java.io.FileNotFoundException
java.io.IOException
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |