C# 클래스 Ghostscript.NET.BufferHelper

파일 보기 프로젝트 열기: jhabjan/Ghostscript.NET 1 사용 예제들

공개 메소드들

메소드 설명
IndexOf ( byte data, byte pattern ) : int

The Knuth-Morris-Pratt Pattern Matching Algorithm.

비공개 메소드들

메소드 설명
ComputeFailure ( byte pattern ) : int[]

메소드 상세

IndexOf() 공개 정적인 메소드

The Knuth-Morris-Pratt Pattern Matching Algorithm.
public static IndexOf ( byte data, byte pattern ) : int
data byte
pattern byte
리턴 int