C# Class BitTorrent.ValueDictionary

Inheritance: BEncodeValue
Afficher le fichier Open project: NikolayIT/RatioMaster.NET Class Usage Examples

Private Properties

Свойство Type Description
Add void
Contains bool
Remove void
SetStringValue void
ValueDictionary System
this IBEncodeValue

Méthodes publiques

Méthode Description
Encode ( ) : byte[]
Parse ( Stream s ) : void

Private Methods

Méthode 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 méthode

public Encode ( ) : byte[]
Résultat byte[]

Parse() public méthode

public Parse ( Stream s ) : void
s Stream
Résultat void