C# Class OctoTorrent.Client.Messages.MessageBundle

Inheritance: PeerMessage
Mostra file Open project: Eskat0n/OctoTorrent Class Usage Examples

Public Methods

Method Description
Decode ( byte buffer, int offset, int length ) : void
Encode ( byte buffer, int offset ) : int
MessageBundle ( ) : System
MessageBundle ( PeerMessage message ) : System

Method Details

Decode() public method

public Decode ( byte buffer, int offset, int length ) : void
buffer byte
offset int
length int
return void

Encode() public method

public Encode ( byte buffer, int offset ) : int
buffer byte
offset int
return int

MessageBundle() public method

public MessageBundle ( ) : System
return System

MessageBundle() public method

public MessageBundle ( PeerMessage message ) : System
message PeerMessage
return System