C# 클래스 Animatroller.Framework.Expander.ByteArrayRocks

파일 보기 프로젝트 열기: HakanL/animatroller

공개 메소드들

메소드 설명
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