資源簡介
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\codest
?????文件????????1203??2019-01-16?13:12??ttorrent-master\.idea\compiler.xm
?????目錄???????????0??2019-01-16?13:12??ttorrent-master\.idea\copyright\
?????文件??????????74??2019-01-16?13:12??ttorrent-master\.idea\copyright\profiles_settings.xm
?????文件?????????235??2019-01-16?13:12??ttorrent-master\.idea\encodings.xm
?????文件?????????482??2019-01-16?13:12??ttorrent-master\.idea\misc.xm
?????文件?????????258??2019-01-16?13:12??ttorrent-master\.idea\modules.xm
?????目錄???????????0??2019-01-16?13:12??ttorrent-master\.idea\scopes\
?????文件?????????139??2019-01-16?13:12??ttorrent-master\.idea\scopes\scope_settings.xm
?????文件?????????169??2019-01-16?13:12??ttorrent-master\.idea\vcs.xm
?????文件???????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.xm
?????目錄???????????0??2019-01-16?13:12??ttorrent-master\bencoding\
?????文件?????????636??2019-01-16?13:12??ttorrent-master\bencoding\pom.xm
?????目錄???????????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個文件信息
評論
共有 條評論