パッケージ | 説明 |
---|---|
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.
|
org.klomp.snark.comments |
Data structures to support ut_comment, since 0.9.31.
|
修飾子とタイプ | メソッド | 説明 |
---|---|---|
boolean |
Snark.addComments(java.util.List<Comment> comments) |
Add to the current comment set for this torrent,
creating it if it didn't previously exist.
|
void |
PeerCoordinator.gotComments(Peer peer,
java.util.List<Comment> comments) |
Called when comments are received via ut_comment
|
void |
PeerListener.gotComments(Peer peer,
java.util.List<Comment> comments) |
Called when comments are received via ut_comment
|
修飾子とタイプ | メソッド | 説明 |
---|---|---|
static Comment |
Comment.fromPersistentString(java.lang.String s) |
修飾子とタイプ | メソッド | 説明 |
---|---|---|
java.util.Iterator<Comment> |
CommentSet.iterator() |
Will be in reverse-sort order, i.e.
|
修飾子とタイプ | メソッド | 説明 |
---|---|---|
boolean |
CommentSet.add(Comment c) |
Max length for strings enforced in Comment.java.
|
int |
Comment.compareTo(Comment c) |
reverse
|
boolean |
Comment.equalsIgnoreTimestamp(Comment c) |
Ignores timestamp
|
コンストラクタ | 説明 |
---|---|
CommentSet(java.util.Collection<Comment> coll) |