| Package | Description |
|---|---|
| net.i2p.addressbook | Address book application for fetching and maintaining I2P host
databases from subscription sources. |
| Modifier and Type | Method and Description |
|---|---|
static HostTxtEntry | HostTxtParser.parse(String inputLine,
boolean allowCommandOnly)Return a HostTxtEntry from the contents of the inputLine. |
| Modifier and Type | Method and Description |
|---|---|
Iterator<Map.Entry<String,HostTxtEntry>> | AddressBook.iterator()Return an iterator over the addresses in the AddressBook. |
Map.Entry<String,HostTxtEntry> | HostTxtIterator.next()Return the next entry. |
static Map<String,HostTxtEntry> | HostTxtParser.parse(File file)Return a Map using the contents of the File file. |
static Map<String,HostTxtEntry> | HostTxtParser.parse(File file,
Map<String,HostTxtEntry> map)Return a Map using the contents of the File file. |
| Modifier and Type | Method and Description |
|---|---|
static Map<String,HostTxtEntry> | HostTxtParser.parse(File file,
Map<String,HostTxtEntry> map)Return a Map using the contents of the File file. |
static void | HostTxtParser.write(Map<String,HostTxtEntry> map,
File file)Write contents of Map map to the File file. |
| Constructor and Description |
|---|
AddressBook(Map<String,HostTxtEntry> addresses)Construct an AddressBook from the contents of the Map addresses. |