BenCoder
Class Decoder

public class Decoder
A set of utility methods to decode a bencoded array of byte into a Map. integer are represented as Long, String as byte[], dictionaries as Map, and list as List.
Author:
TdC_VgA
Constructor Detail

Decoder

public Decoder()
Creates a new instance of Decoder