We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d5184a5 commit 35c66d0Copy full SHA for 35c66d0
1 file changed
README.md
@@ -25,10 +25,10 @@ Below are the methods supported in this class.
25
26
|Method Name|Description|
27
|---|---|
28
-|public void Open(String DBPath, boolean UseMMF)|Initialize the component and preload the BIN file.|
29
-|public void Open(String DBPath)|Initialize the component and preload the BIN file.|
+|Open(String DBPath, boolean UseMMF)|Initialize the component and preload the BIN file.|
+|Open(String DBPath)|Initialize the component and preload the BIN file.|
30
|IPQuery(String IPAddress)|Query IP address. This method returns results in com.ip2location.IPResult object.|
31
-|public void Close()|Destroys the mapped bytes.|
+|Close()|Destroys the mapped bytes.|
32
33
## Result methods
34
Below are the result methods.
0 commit comments