Skip to content

Commit 35c66d0

Browse files
Update README.md
1 parent d5184a5 commit 35c66d0

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,10 +25,10 @@ Below are the methods supported in this class.
2525

2626
|Method Name|Description|
2727
|---|---|
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.|
28+
|Open(String DBPath, boolean UseMMF)|Initialize the component and preload the BIN file.|
29+
|Open(String DBPath)|Initialize the component and preload the BIN file.|
3030
|IPQuery(String IPAddress)|Query IP address. This method returns results in com.ip2location.IPResult object.|
31-
|public void Close()|Destroys the mapped bytes.|
31+
|Close()|Destroys the mapped bytes.|
3232

3333
## Result methods
3434
Below are the result methods.

0 commit comments

Comments
 (0)