fgagghdshdh

Results 1 issues of fgagghdshdh

只下载空的文件,文件列表的文件下载下来都是0kb final String torrentPath = ""; final Snail snail = Snail.SnailBuilder.newBuilder() .enableTorrent() .buildSync(); // 注册文件选择事件 GuiContext.register(new MultifileEventAdapter()); // 解析种子文件 final Torrent torrent = loadTorrent(torrentPath); // 过滤下载文件 final List list =...