C# Class ConsoleApplication1.Program.FastReplacer

Inheritance: IDisposable
Afficher le fichier Open project: ChrisEelmaa/StackOverflow

Méthodes publiques

Свойство Type Description
FoundIndexes int

Méthodes publiques

Méthode Description
Dispose ( ) : void
FastReplacer ( string input, string oldValue ) : System
Replace ( char outputPtr, int outputLength, string newValue ) : void

Private Methods

Méthode Description
BuildMatchedIndexes ( ) : void

KMP?!

Copy ( char sourcePtr, char targetPtr ) : void

Method Details

Dispose() public méthode

public Dispose ( ) : void
Résultat void

FastReplacer() public méthode

public FastReplacer ( string input, string oldValue ) : System
input string
oldValue string
Résultat System

Replace() public méthode

public Replace ( char outputPtr, int outputLength, string newValue ) : void
outputPtr char
outputLength int
newValue string
Résultat void

Property Details

FoundIndexes public_oe property

public int FoundIndexes
Résultat int