C# Class Animatroller.Framework.Expander.ByteArrayRocks

Afficher le fichier Open project: HakanL/animatroller

Méthodes publiques

Méthode Description
Locate ( this self, byte candidate, int offset ) : int
Locate ( this self, byte candidate, int size, int offset ) : int

Private Methods

Méthode 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 méthode

public static Locate ( this self, byte candidate, int offset ) : int
self this
candidate byte
offset int
Résultat int

Locate() public static méthode

public static Locate ( this self, byte candidate, int size, int offset ) : int
self this
candidate byte
size int
offset int
Résultat int