Index
A B C E G H I L N P R S T U V W
All Classes All Packages
All Classes All Packages
All Classes All Packages
B
- BencodedByteSequence - Class in com.github.cdefgah.bencoder4j.model
-
Represents bencoded byte sequence object (also known as "byte string").
- BencodedByteSequence(byte[]) - Constructor for class com.github.cdefgah.bencoder4j.model.BencodedByteSequence
-
Constructs class instance.
- BencodedByteSequence(BencodeStreamReader) - Constructor for class com.github.cdefgah.bencoder4j.model.BencodedByteSequence
-
Reads the input stream and constructs the class instance.
- BencodedByteSequence(String) - Constructor for class com.github.cdefgah.bencoder4j.model.BencodedByteSequence
-
Constructs class instance.
- BencodedDictionary - Class in com.github.cdefgah.bencoder4j.model
-
Represents bencoded dictionary object.
- BencodedDictionary() - Constructor for class com.github.cdefgah.bencoder4j.model.BencodedDictionary
-
Constructs the class instance.
- BencodedDictionary(BencodeStreamReader) - Constructor for class com.github.cdefgah.bencoder4j.model.BencodedDictionary
-
Constructs the class instance using input stream data.
- BencodedDictionary(Map<BencodedByteSequence, BencodedObject>) - Constructor for class com.github.cdefgah.bencoder4j.model.BencodedDictionary
-
Constructs the class instance, based on a map with bencoded objects.
- BencodedInteger - Class in com.github.cdefgah.bencoder4j.model
-
This class represents b-encoded integer.
- BencodedInteger(long) - Constructor for class com.github.cdefgah.bencoder4j.model.BencodedInteger
-
Class constructor.
- BencodedInteger(BencodeStreamReader) - Constructor for class com.github.cdefgah.bencoder4j.model.BencodedInteger
-
Class constructor, used to de-serialize the class instance from InputStream instance.
- BencodedList - Class in com.github.cdefgah.bencoder4j.model
-
Represents a list of BencodedObjects.
- BencodedList() - Constructor for class com.github.cdefgah.bencoder4j.model.BencodedList
-
Constructs the class instance.
- BencodedList(BencodeStreamReader) - Constructor for class com.github.cdefgah.bencoder4j.model.BencodedList
-
Constructs the class instance using stream reader.
- BencodedList(Iterable<BencodedObject>) - Constructor for class com.github.cdefgah.bencoder4j.model.BencodedList
-
Constructs the class instance, based on another collection of elements.
- BencodedObject - Class in com.github.cdefgah.bencoder4j.model
-
Abstract parent object for all bencoded objects.
- BencodedObject() - Constructor for class com.github.cdefgah.bencoder4j.model.BencodedObject
- BencodeFormatException - Exception in com.github.cdefgah.bencoder4j
-
The exception to be thrown if there is a problem with bencoding format.
- BencodeFormatException(String) - Constructor for exception com.github.cdefgah.bencoder4j.BencodeFormatException
-
Constructs the exception object.
- BencodeStreamIterator - Class in com.github.cdefgah.bencoder4j.io
-
Iterator to process serialized bencoded data.
- BencodeStreamIterator(BencodeStreamReader) - Constructor for class com.github.cdefgah.bencoder4j.io.BencodeStreamIterator
-
Constructs local iterator, that processes stream to read elements of List/Dictionary object.
- BencodeStreamIterator(InputStream) - Constructor for class com.github.cdefgah.bencoder4j.io.BencodeStreamIterator
-
Constructs global iterator, that processes the stream until its end.
- BencodeStreamReader - Class in com.github.cdefgah.bencoder4j.io
-
Helper class to read input stream to get bencoded objects from it.
- BencodeStreamReader(InputStream) - Constructor for class com.github.cdefgah.bencoder4j.io.BencodeStreamReader
-
Constructs the reader class instance.
All Classes All Packages