C# Класс Animatroller.Framework.Expander.ByteArrayRocks

Показать файл Открыть проект

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

Метод Описание
Locate ( this self, byte candidate, int offset ) : int
Locate ( this self, byte candidate, int size, int offset ) : int

Приватные методы

Метод Описание
IsEmptyLocate ( byte array, byte candidate, int offset, int size ) : bool
IsMatch ( byte array, int position, byte candidate, int size ) : bool

Описание методов

Locate() публичный статический Метод

public static Locate ( this self, byte candidate, int offset ) : int
self this
candidate byte
offset int
Результат int

Locate() публичный статический Метод

public static Locate ( this self, byte candidate, int size, int offset ) : int
self this
candidate byte
size int
offset int
Результат int