Méthode | Description | |
---|---|---|
Decode ( |
||
Decode ( byte message ) : object | ||
Decode ( string message ) : object | ||
Encode ( object x ) : byte[] | ||
bdecode_rec ( byte x, int &f ) : object | ||
bencode_rec ( object x, |
||
decode_dict ( byte x, int &f ) : |
||
decode_list ( byte x, int &f ) : object | ||
decode_string ( byte x, int &f ) : string |
Méthode | Description | |
---|---|---|
decode_bytes ( byte x, int &f ) : byte[] | ||
decode_int ( byte x, int &f ) : int |
public static Decode ( |
||
fi | ||
Résultat | object |
public static Decode ( byte message ) : object | ||
message | byte | |
Résultat | object |
public static Decode ( string message ) : object | ||
message | string | |
Résultat | object |
public static bdecode_rec ( byte x, int &f ) : object | ||
x | byte | |
f | int | |
Résultat | object |
public static bencode_rec ( object x, |
||
x | object | |
sw | ||
Résultat | void |
public static decode_dict ( byte x, int &f ) : |
||
x | byte | |
f | int | |
Résultat |
public static decode_list ( byte x, int &f ) : object | ||
x | byte | |
f | int | |
Résultat | object |
public static decode_string ( byte x, int &f ) : string | ||
x | byte | |
f | int | |
Résultat | string |