C# Class Courier.Core.Tcp.Message.Message

Show file Open project: ccidral/courier Class Usage Examples

Public Methods

Method Description
Continue ( byte nextChunk, int nextChunkSize ) : void
Deserialize ( ) : object
Message ( byte chunk, int chunkSize, int offset, IFormatter formatter ) : System
NextMessage ( ) : Message

Method Details

Continue() public method

public Continue ( byte nextChunk, int nextChunkSize ) : void
nextChunk byte
nextChunkSize int
return void

Deserialize() public method

public Deserialize ( ) : object
return object

Message() public method

public Message ( byte chunk, int chunkSize, int offset, IFormatter formatter ) : System
chunk byte
chunkSize int
offset int
formatter IFormatter
return System

NextMessage() public method

public NextMessage ( ) : Message
return Message