메소드 | 설명 | |
---|---|---|
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 |
메소드 | 설명 | |
---|---|---|
decode_bytes ( byte x, int &f ) : byte[] | ||
decode_int ( byte x, int &f ) : int |
public static bdecode_rec ( byte x, int &f ) : object | ||
x | byte | |
f | int | |
리턴 | object |
public static bencode_rec ( object x, |
||
x | object | |
sw | ||
리턴 | void |
public static decode_dict ( byte x, int &f ) : |
||
x | byte | |
f | int | |
리턴 |
public static decode_list ( byte x, int &f ) : object | ||
x | byte | |
f | int | |
리턴 | object |
public static decode_string ( byte x, int &f ) : string | ||
x | byte | |
f | int | |
리턴 | string |