kingnare / BDecoder

Torrent File Decoder

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

BDecoder Torrent文件解析类

Torrent File Decoder

      var parser:BDecoder = new BDecoder("utf-8", true);
      //data is the torrent's ByteArray
      var item:Item = parser.decodeStream(data);
      var info:TorrentInfo = new TorrentInfo(item);

Online: http://kingnare.github.io/bdecoder/

About

Torrent File Decoder


Languages

Language:ActionScript 100.0%