All Classes
| Class | Description |
|---|---|
| BencodedByteSequence |
Represents bencoded byte sequence object (also known as "byte string").
|
| BencodedDictionary |
Represents bencoded dictionary object.
|
| BencodedInteger |
This class represents b-encoded integer.
|
| BencodedList |
Represents a list of BencodedObjects.
|
| BencodedObject |
Abstract parent object for all bencoded objects.
|
| BencodeFormatException |
The exception to be thrown if there is a problem with bencoding format.
|
| BencodeStreamIterator |
Iterator to process serialized bencoded data.
|
| BencodeStreamReader |
Helper class to read input stream to get bencoded objects from it.
|
| CircularReferenceException |
The exception to be thrown if there's a circular reference found.
|