| Package | Description |
|---|---|
| org.klomp.snark |
I2P version of the snark bittorrent client, imported in 2005 and heavily enhanced to add a web UI, DHT support, and other features.
|
| Modifier and Type | Method and Description |
|---|---|
List<TorrentCreateFilter> |
SnarkManager.getSortedTorrentCreateFilterStrings()
Sorted copy
|
Map<String,TorrentCreateFilter> |
SnarkManager.getTorrentCreateFilterMap()
Unsorted map of name to TorrentCreateFilter object Modifiable, not a copy
|
Collection<TorrentCreateFilter> |
SnarkManager.getTorrentCreateFilterStrings()
Unsorted, do not modify
|
| Constructor and Description |
|---|
Storage(I2PSnarkUtil util,
File baseFile,
String announce,
List<List<String>> announce_list,
String created_by,
boolean privateTorrent,
List<String> url_list,
String comment,
StorageListener listener,
List<TorrentCreateFilter> filters)
Creates a storage from the existing file or directory.
|
Storage(I2PSnarkUtil util,
File baseFile,
String announce,
List<List<String>> announce_list,
String created_by,
boolean privateTorrent,
StorageListener listener,
List<TorrentCreateFilter> filters)
Creates a storage from the existing file or directory.
|