C# Class BitTorrent.ValueDictionary

Inheritance: BEncodeValue
Show file Open project: NikolayIT/RatioMaster.NET Class Usage Examples

Private Properties

Property Type Description
Add void
Contains bool
Remove void
SetStringValue void
ValueDictionary System
this IBEncodeValue

Public Methods

Method Description
Encode ( ) : byte[]
Parse ( Stream s ) : void

Private Methods

Method Description
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

Method Details

Encode() public method

public Encode ( ) : byte[]
return byte[]

Parse() public method

public Parse ( Stream s ) : void
s Stream
return void