C# Class BitTorrent.ValueString

Inheritance: IBEncodeValue
Datei anzeigen Open project: NikolayIT/RatioMaster.NET Class Usage Examples

Private Properties

Property Type Description
ValueString System
ValueString System

Public Methods

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

Private Methods

Method Description
ValueString ( ) : System
ValueString ( string StringValue ) : System

Method Details

Encode() public method

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

Parse() public method

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

Parse() public method

public Parse ( Stream s, byte firstByte ) : void
s Stream
firstByte byte
return void