This is the Java implementation of the B-encode encoder/decoder. That format is used by file sharing system BitTorrent for storing and transmitting loosely structured data.
See details in http://en.wikipedia.org/wiki/Bencode
This is the Java implementation of the B-encode encoder/decoder. That format is used by file sharing system BitTorrent for storing and transmitting loosely structured data.
See details in http://en.wikipedia.org/wiki/Bencode