C# Class Animatroller.Framework.Expander.ByteArrayRocks

Show file Open project: HakanL/animatroller

Public Methods

Method Description
Locate ( this self, byte candidate, int offset ) : int
Locate ( this self, byte candidate, int size, int offset ) : int

Private Methods

Method Description
IsEmptyLocate ( byte array, byte candidate, int offset, int size ) : bool
IsMatch ( byte array, int position, byte candidate, int size ) : bool

Method Details

Locate() public static method

public static Locate ( this self, byte candidate, int offset ) : int
self this
candidate byte
offset int
return int

Locate() public static method

public static Locate ( this self, byte candidate, int size, int offset ) : int
self this
candidate byte
size int
offset int
return int