See: Description
| Class | Description |
|---|---|
| BDecoder |
Decodes a bencoded stream to
BEValues. |
| BEncoder |
Converts Java objects to bencoded format for BitTorrent protocol communication.
|
| BEValue |
Holds different types that a bencoded byte array can represent.
|
| Exception | Description |
|---|---|
| InvalidBEncodingException |
Exception thrown when a bencoded stream is corrupted.
|
Bencode parsing and serialization for BitTorrent protocol.
This package implements the Bencode format used by the BitTorrent protocol for encoding data structures. Bencode is a simple, efficient binary format that supports integers, strings, lists, and dictionaries.
Features include: