C# Класс EnableGameStream.ByteExtensions

Extension for byte[]
Показать файл Открыть проект

Открытые методы

Метод Описание
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