C# Class System.ByteMatcher

Mostra file Open project: vargaz/mono Class Usage Examples

Public Methods

Method Description
AddMapping ( TermInfoStrings key, byte val ) : void
Match ( char buffer, int offset, int length, int &used ) : TermInfoStrings
Sort ( ) : void
StartsWith ( int c ) : bool

Method Details

AddMapping() public method

public AddMapping ( TermInfoStrings key, byte val ) : void
key TermInfoStrings
val byte
return void

Match() public method

public Match ( char buffer, int offset, int length, int &used ) : TermInfoStrings
buffer char
offset int
length int
used int
return TermInfoStrings

Sort() public method

public Sort ( ) : void
return void

StartsWith() public method

public StartsWith ( int c ) : bool
c int
return bool