C# Class DiscogsNet.FileReading.FindTextReader

Inheritance: IDisposable
Show file Open project: MediaPortal/MPTagThat Class Usage Examples

Public Methods

Method Description
Dispose ( ) : void
FindTextReader ( TextReader reader ) : System
Prepare ( string separator ) : void
Read ( ) : string
ReadBatch ( int max, string &result ) : bool

Private Methods

Method Description
Preprocess ( string pattern ) : int[]
Refill ( ) : void
_Dispose ( ) : void

Method Details

Dispose() public method

public Dispose ( ) : void
return void

FindTextReader() public method

public FindTextReader ( TextReader reader ) : System
reader TextReader
return System

Prepare() public method

public Prepare ( string separator ) : void
separator string
return void

Read() public method

public Read ( ) : string
return string

ReadBatch() public method

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