Class Bencoding

    • Constructor Detail

      • Bencoding

        public Bencoding()
    • Method Detail

      • decode

        public IBencodedValue decode​(InStream inStream)
        Decodes the given string reader into the bencoded data structure.
        Parameters:
        inStream - The stream containing the string input.
        Returns:
        The bencoded data structure.