C# Class Ghostscript.NET.BufferHelper

Mostrar archivo Open project: jhabjan/Ghostscript.NET Class Usage Examples

Public Methods

Method Description
IndexOf ( byte data, byte pattern ) : int

The Knuth-Morris-Pratt Pattern Matching Algorithm.

Private Methods

Method Description
ComputeFailure ( byte pattern ) : int[]

Method Details

IndexOf() public static method

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