C# 클래스 DiscogsNet.FileReading.FindTextReader

상속: IDisposable
파일 보기 프로젝트 열기: MediaPortal/MPTagThat 1 사용 예제들

공개 메소드들

메소드 설명
Dispose ( ) : void
FindTextReader ( TextReader reader ) : System
Prepare ( string separator ) : void
Read ( ) : string
ReadBatch ( int max, string &result ) : bool

비공개 메소드들

메소드 설명
Preprocess ( string pattern ) : int[]
Refill ( ) : void
_Dispose ( ) : void

메소드 상세

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void

FindTextReader() 공개 메소드

public FindTextReader ( TextReader reader ) : System
reader TextReader
리턴 System

Prepare() 공개 메소드

public Prepare ( string separator ) : void
separator string
리턴 void

Read() 공개 메소드

public Read ( ) : string
리턴 string

ReadBatch() 공개 메소드

public ReadBatch ( int max, string &result ) : bool
max int
result string
리턴 bool