BenCoder.Encoder
Class Encoder

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

Encoder

public Encoder()
Creates a new instance of Encoder