C# Class NLog.Targets.Syslog.Extensions.ByteManipulationExtensions

Afficher le fichier Open project: graffen/NLog.Targets.Syslog

Méthodes publiques

Méthode Description
IsIndexOfCharTerminatingByte ( this i, ByteArray bytes ) : bool

Private Methods

Méthode Description
IsContinuationByte ( this b ) : bool
IsLastIndex ( this i, ByteArray bytes ) : bool
IsNonContinuationByte ( this b ) : bool
IsSingleByte ( this b ) : bool
OnlyTopTwoBitsPreserved ( byte b ) : int

Method Details

IsIndexOfCharTerminatingByte() public static méthode

public static IsIndexOfCharTerminatingByte ( this i, ByteArray bytes ) : bool
i this
bytes ByteArray
Résultat bool