资源简介

bittorrent协议的java实现,想学习或者做bt项目的同学可以参考。包含bencode,DHT,bittorrent 的完整实现。最低要求jdk6

资源截图

代码片段和文件信息

/**
 * Copyright (C) 2011-2012 Turn Inc.
 *
 * Licensed under the Apache License Version 2.0 (the “License“);
 * you may not use this file except in compliance with the License.
 * You may obtain a copy of the License at
 *
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing software
 * distributed under the License is distributed on an “AS IS“ BASIS
 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND either express or implied.
 * See the License for the specific language governing permissions and
 * limitations under the License.
 */
package com.turn.ttorrent.bcodec;

import java.io.ByteArrayInputStream;
import java.io.EOFException;
import java.io.IOException;
import java.io.InputStream;
import java.math.BigInteger;
import java.ni

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----
     目录           0  2019-01-16 13:12  ttorrent-master\
     文件         412  2019-01-16 13:12  ttorrent-master\.gitignore
     目录           0  2019-01-16 13:12  ttorrent-master\.idea\
     文件           8  2019-01-16 13:12  ttorrent-master\.idea\.name
     文件         324  2019-01-16 13:12  ttorrent-master\.idea\codestyleSettings.xml
     文件        1203  2019-01-16 13:12  ttorrent-master\.idea\compiler.xml
     目录           0  2019-01-16 13:12  ttorrent-master\.idea\copyright\
     文件          74  2019-01-16 13:12  ttorrent-master\.idea\copyright\profiles_settings.xml
     文件         235  2019-01-16 13:12  ttorrent-master\.idea\encodings.xml
     文件         482  2019-01-16 13:12  ttorrent-master\.idea\misc.xml
     文件         258  2019-01-16 13:12  ttorrent-master\.idea\modules.xml
     目录           0  2019-01-16 13:12  ttorrent-master\.idea\scopes\
     文件         139  2019-01-16 13:12  ttorrent-master\.idea\scopes\scope_settings.xml
     文件         169  2019-01-16 13:12  ttorrent-master\.idea\vcs.xml
     文件       11358  2019-01-16 13:12  ttorrent-master\COPYING
     文件         781  2019-01-16 13:12  ttorrent-master\INSTALL
     文件        5523  2019-01-16 13:12  ttorrent-master\README.md
     文件           0  2019-01-16 13:12  ttorrent-master\assembly.xml
     目录           0  2019-01-16 13:12  ttorrent-master\bencoding\
     文件         636  2019-01-16 13:12  ttorrent-master\bencoding\pom.xml
     目录           0  2019-01-16 13:12  ttorrent-master\bencoding\src\
     目录           0  2019-01-16 13:12  ttorrent-master\bencoding\src\main\
     目录           0  2019-01-16 13:12  ttorrent-master\bencoding\src\main\java\
     目录           0  2019-01-16 13:12  ttorrent-master\bencoding\src\main\java\com\
     目录           0  2019-01-16 13:12  ttorrent-master\bencoding\src\main\java\com\turn\
     目录           0  2019-01-16 13:12  ttorrent-master\bencoding\src\main\java\com\turn\ttorrent\
     目录           0  2019-01-16 13:12  ttorrent-master\bencoding\src\main\java\com\turn\ttorrent\bcodec\
     文件        8674  2019-01-16 13:12  ttorrent-master\bencoding\src\main\java\com\turn\ttorrent\bcodec\BDecoder.java
     文件        4984  2019-01-16 13:12  ttorrent-master\bencoding\src\main\java\com\turn\ttorrent\bcodec\BEValue.java
     文件        3232  2019-01-16 13:12  ttorrent-master\bencoding\src\main\java\com\turn\ttorrent\bcodec\BEncoder.java
     文件         954  2019-01-16 13:12  ttorrent-master\bencoding\src\main\java\com\turn\ttorrent\bcodec\InvalidBEncodingException.java
............此处省略317个文件信息

评论

共有 条评论