C# Class EnableGameStream.ByteExtensions

Extension for byte[]
Mostra file Open project: Lakritzator/EnableGameStream

Public Methods

Method Description
IndexOfSequence ( this buffer, byte pattern, int startIndex ) : List

Scan the byte arrray for the pattern

Method Details

IndexOfSequence() public static method

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