C# 클래스 BitTorrent.ValueDictionary

상속: BEncodeValue
파일 보기 프로젝트 열기: NikolayIT/RatioMaster.NET 1 사용 예제들

Private Properties

프로퍼티 타입 설명
Add void
Contains bool
Remove void
SetStringValue void
ValueDictionary System
this IBEncodeValue

공개 메소드들

메소드 설명
Encode ( ) : byte[]
Parse ( Stream s ) : void

비공개 메소드들

메소드 설명
Add ( string key, IBEncodeValue value ) : void
Contains ( string key ) : bool
Remove ( string key ) : void
SetStringValue ( string key, string value ) : void
ValueDictionary ( ) : System
this ( string key ) : IBEncodeValue

메소드 상세

Encode() 공개 메소드

public Encode ( ) : byte[]
리턴 byte[]

Parse() 공개 메소드

public Parse ( Stream s ) : void
s Stream
리턴 void