C# Class Crosschat.Server.Infrastructure.Protocol.CommandBuffer

Mostrar archivo Open project: EgorBo/CrossChat-Xamarin.Forms

Public Methods

Method Description
AppendBytes ( byte bytes ) : void
AppendBytes ( byte bytes, int offset, int length ) : void
Clear ( ) : void
CommandBuffer ( CommandParser commandParser ) : System

Private Methods

Method Description
ConcatSequences ( byte array1, byte array2 ) : byte[]
CutSubsequence ( byte source, int offset, int count ) : byte[]

Method Details

AppendBytes() public method

public AppendBytes ( byte bytes ) : void
bytes byte
return void

AppendBytes() public method

public AppendBytes ( byte bytes, int offset, int length ) : void
bytes byte
offset int
length int
return void

Clear() public method

public Clear ( ) : void
return void

CommandBuffer() public method

public CommandBuffer ( CommandParser commandParser ) : System
commandParser CommandParser
return System