| 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 |
|---|---|
int | Piece.compareTo(Piece op)Compares by highest priority first, then by rarest first. |
| Constructor and Description |
|---|
PartialPiece(Piece piece,
int len,
File tempDir)Constructs a PartialPiece for the given piece with specified length. |