C# Class BitTorrent.ValueList

Inheritance: IBEncodeValue, IEnumerable, IEnumerator
Afficher le fichier Open project: NikolayIT/RatioMaster.NET Class Usage Examples

Private Properties

Свойство Type Description
Add void
ValueList System
this IBEncodeValue

Méthodes publiques

Méthode Description
Encode ( ) : byte[]
GetEnumerator ( ) : IEnumerator
MoveNext ( ) : bool
Parse ( Stream s ) : void
Reset ( ) : void

Private Methods

Méthode Description
Add ( IBEncodeValue value ) : void
ValueList ( ) : System
this ( int index ) : IBEncodeValue

Method Details

Encode() public méthode

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

GetEnumerator() public méthode

public GetEnumerator ( ) : IEnumerator
Résultat IEnumerator

MoveNext() public méthode

public MoveNext ( ) : bool
Résultat bool

Parse() public méthode

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

Reset() public méthode

public Reset ( ) : void
Résultat void