C# 클래스 ConsoleApplication1.Program.FastReplacer

상속: IDisposable
파일 보기 프로젝트 열기: ChrisEelmaa/StackOverflow

공개 프로퍼티들

프로퍼티 타입 설명
FoundIndexes int

공개 메소드들

메소드 설명
Dispose ( ) : void
FastReplacer ( string input, string oldValue ) : System
Replace ( char outputPtr, int outputLength, string newValue ) : void

비공개 메소드들

메소드 설명
BuildMatchedIndexes ( ) : void

KMP?!

Copy ( char sourcePtr, char targetPtr ) : void

메소드 상세

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void

FastReplacer() 공개 메소드

public FastReplacer ( string input, string oldValue ) : System
input string
oldValue string
리턴 System

Replace() 공개 메소드

public Replace ( char outputPtr, int outputLength, string newValue ) : void
outputPtr char
outputLength int
newValue string
리턴 void

프로퍼티 상세

FoundIndexes 공개적으로 프로퍼티

public int FoundIndexes
리턴 int