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

Afficher le fichier Open project: EgorBo/CrossChat-Xamarin.Forms

Méthodes publiques

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

Private Methods

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

Method Details

AppendBytes() public méthode

public AppendBytes ( byte bytes ) : void
bytes byte
Résultat void

AppendBytes() public méthode

public AppendBytes ( byte bytes, int offset, int length ) : void
bytes byte
offset int
length int
Résultat void

Clear() public méthode

public Clear ( ) : void
Résultat void

CommandBuffer() public méthode

public CommandBuffer ( CommandParser commandParser ) : System
commandParser CommandParser
Résultat System