C# Class BitTorrent.ValueList

Inheritance: IBEncodeValue, IEnumerable, IEnumerator
Mostrar archivo Open project: NikolayIT/RatioMaster.NET Class Usage Examples

Private Properties

Property Type Description
Add void
ValueList System
this IBEncodeValue

Public Methods

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

Private Methods

Method Description
Add ( IBEncodeValue value ) : void
ValueList ( ) : System
this ( int index ) : IBEncodeValue

Method Details

Encode() public method

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

GetEnumerator() public method

public GetEnumerator ( ) : IEnumerator
return IEnumerator

MoveNext() public method

public MoveNext ( ) : bool
return bool

Parse() public method

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

Reset() public method

public Reset ( ) : void
return void