RESOLVED - # 99: Change StringBuffer deleteCharAt() to integer
http://bugs.koc.se/view.php?id=99
This commit is contained in:
parent
a1acca0545
commit
e46ecc1dca
10 changed files with 99 additions and 66 deletions
|
|
@ -70,7 +70,7 @@ public class TorrentMetainfo {
|
|||
|
||||
|
||||
private void decode(String data){
|
||||
DataNode metainfo = BEncodedParser.parse(data);
|
||||
DataNode metainfo = BEncodedParser.read(data);
|
||||
|
||||
// Main values
|
||||
announce = metainfo.getString("announce");
|
||||
|
|
|
|||
|
|
@ -38,7 +38,7 @@ public class TorrentTracker {
|
|||
private URL trackerURL;
|
||||
|
||||
|
||||
|
||||
// TODO: incomplete
|
||||
public void update() throws IOException {
|
||||
HttpClient request = HttpClient.GET();
|
||||
request.setURL( trackerURL );
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue