C# 클래스 EnableGameStream.ByteExtensions

Extension for byte[]
파일 보기 프로젝트 열기: Lakritzator/EnableGameStream

공개 메소드들

메소드 설명
IndexOfSequence ( this buffer, byte pattern, int startIndex ) : List

Scan the byte arrray for the pattern

메소드 상세

IndexOfSequence() 공개 정적인 메소드

Scan the byte arrray for the pattern
public static IndexOfSequence ( this buffer, byte pattern, int startIndex ) : List
buffer this
pattern byte
startIndex int
리턴 List