C# 클래스 CSL.BEncoding

파일 보기 프로젝트 열기: joslinm/CSL

공개 메소드들

메소드 설명
Decode ( FileInfo fi ) : object
Decode ( byte message ) : object
Decode ( string message ) : object
Encode ( object x ) : byte[]
bdecode_rec ( byte x, int &f ) : object
bencode_rec ( object x, MemoryStream sw ) : void
decode_dict ( byte x, int &f ) : ListDictionary
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

메소드 상세

Decode() 공개 정적인 메소드

public static Decode ( FileInfo fi ) : object
fi System.IO.FileInfo
리턴 object

Decode() 공개 정적인 메소드

public static Decode ( byte message ) : object
message byte
리턴 object

Decode() 공개 정적인 메소드

public static Decode ( string message ) : object
message string
리턴 object

Encode() 공개 정적인 메소드

public static Encode ( object x ) : byte[]
x object
리턴 byte[]

bdecode_rec() 공개 정적인 메소드

public static bdecode_rec ( byte x, int &f ) : object
x byte
f int
리턴 object

bencode_rec() 공개 정적인 메소드

public static bencode_rec ( object x, MemoryStream sw ) : void
x object
sw System.IO.MemoryStream
리턴 void

decode_dict() 공개 정적인 메소드

public static decode_dict ( byte x, int &f ) : ListDictionary
x byte
f int
리턴 System.Collections.Specialized.ListDictionary

decode_list() 공개 정적인 메소드

public static decode_list ( byte x, int &f ) : object
x byte
f int
리턴 object

decode_string() 공개 정적인 메소드

public static decode_string ( byte x, int &f ) : string
x byte
f int
리턴 string