-
大小: 1.78MB文件類型: .zip金幣: 2下載: 1 次發(fā)布日期: 2021-01-05
- 語(yǔ)言: Java
- 標(biāo)簽: bittorrent??bt??dht??對(duì)等網(wǎng)絡(luò)??p2p網(wǎng)絡(luò)??
資源簡(jiǎn)介
bittorrent協(xié)議的java實(shí)現(xiàn),想學(xué)習(xí)或者做bt項(xiàng)目的同學(xué)可以參考。包含bencode,DHT,bittorrent 的完整實(shí)現(xiàn)。最低要求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
?屬性????????????大小?????日期????時(shí)間???名稱
-----------?---------??----------?-----??----
?????目錄???????????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個(gè)文件信息
評(píng)論
共有 條評(píng)論