C# 클래스 NLog.Targets.Syslog.Extensions.ByteManipulationExtensions

파일 보기 프로젝트 열기: graffen/NLog.Targets.Syslog

공개 메소드들

메소드 설명
IsIndexOfCharTerminatingByte ( this i, ByteArray bytes ) : bool

비공개 메소드들

메소드 설명
IsContinuationByte ( this b ) : bool
IsLastIndex ( this i, ByteArray bytes ) : bool
IsNonContinuationByte ( this b ) : bool
IsSingleByte ( this b ) : bool
OnlyTopTwoBitsPreserved ( byte b ) : int

메소드 상세

IsIndexOfCharTerminatingByte() 공개 정적인 메소드

public static IsIndexOfCharTerminatingByte ( this i, ByteArray bytes ) : bool
i this
bytes ByteArray
리턴 bool