C# Class System.ByteMatcher

Afficher le fichier Open project: vargaz/mono Class Usage Examples

Méthodes publiques

Méthode 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 méthode

public AddMapping ( TermInfoStrings key, byte val ) : void
key TermInfoStrings
val byte
Résultat void

Match() public méthode

public Match ( char buffer, int offset, int length, int &used ) : TermInfoStrings
buffer char
offset int
length int
used int
Résultat TermInfoStrings

Sort() public méthode

public Sort ( ) : void
Résultat void

StartsWith() public méthode

public StartsWith ( int c ) : bool
c int
Résultat bool